fabre-thibaud/monolog-helpers

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

This package is auto-updated.

Last update: 2024-09-05 05:36:15 UTC


README

Monolog 工具

Gelf 上下文处理器

简化使用 Grok 处理 Monolog 上下文的处理器

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