fabre-thibaud/monolog-helpers

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

This package is auto-updated.

Last update: 2024-04-05 04:35:40 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"
    }
}