fabre-thibaud/monolog-helpers

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fabre-thibaud/monolog-helpers

v0.3.0 2019-01-04 15:51 UTC

This package is auto-updated.

Last update: 2025-10-05 07:45:53 UTC


README

Monolog tools

Gelf Context Processor

Processor to simplify Monolog context handling with Grok

filter {
    json {
        source => "ctxt_context"
        target => "context"
        remove_field => "ctxt_context"
    }
}