PHPackages                             lucasrolff/laravel-filebeat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lucasrolff/laravel-filebeat

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lucasrolff/laravel-filebeat
===========================

The middleware for application log with json format and correspond to filebeat log collection

v1.4.0(7y ago)06MITPHPPHP &gt;=7

Since Jan 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lucasRolff/laravel-filebeat)[ Packagist](https://packagist.org/packages/lucasrolff/laravel-filebeat)[ RSS](/packages/lucasrolff-laravel-filebeat/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (7)Used By (0)

laravel-filebeat
================

[](#laravel-filebeat)

Installation
------------

[](#installation)

Require the `lucasrolff/laravel-filebeat` package in your `composer.json` and update your dependencies:

```
$ composer require lucasrolff/laravel-filebeat
```

For laravel &gt;=5.5 that's all. This package supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

Configuration
-------------

[](#configuration)

The defaults are set in `config/app-log.php`. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
$ php artisan vendor:publish --provider="Lucasrolff\Log\ServiceProvider"
```

> **Note:** If you want to rewrite the log path please provide a real path.

```
return [
    'channels' => [
        'filebeat' => [
            'driver' => 'daily',
            'path' => env('APP_LOG_PATH', '/application/logs/app.log'),
            'tap' => [Lucasrolff\Log\LogFormatter::class],
            'days' => 7,
        ],
    ],
];
```

Add the HandleApplicationLog middleware in the $middleware property of app/Http/Kernel.php class:

```
protected $middleware = [
    // ...
    \Lucasrolff\Log\HandleApplicationLog::class,
];
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~16 days

Total

5

Last Release

2617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/376f21f21f1e3691a458b999886d92fb33d2f4d6c2569708e9f5bafa87e22aeb?d=identicon)[lucasrolff](/maintainers/lucasrolff)

---

Top Contributors

[![lucasRolff](https://avatars.githubusercontent.com/u/1076243?v=4)](https://github.com/lucasRolff "lucasRolff (3 commits)")[![shallowman](https://avatars.githubusercontent.com/u/46313752?v=4)](https://github.com/shallowman "shallowman (1 commits)")

---

Tags

logjsonlaravelfilebeat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lucasrolff-laravel-filebeat/health.svg)

```
[![Health](https://phpackages.com/badges/lucasrolff-laravel-filebeat/health.svg)](https://phpackages.com/packages/lucasrolff-laravel-filebeat)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
