Skip to content

fabre-thibaud/monolog-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monolog-helpers

Monolog tools

Gelf Context Processor

Processor to simplify Monolog context handling with Grok

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