getting this error when trying to start logstash
[2017-05-11T12:35:56,772][ERROR][logstash.filters.grok ] Unknown setting 'pattern_definitions' for grok
[2017-05-11T12:35:56,795][ERROR][logstash.agent ] Cannot create pipeline {:reason=>"Something is wrong with your configuration."}
using the example from
I think its this that is causing the problem
pattern_definitions => {
"GREEDYMULTILINE"=> "(.|\n)*"
}
any idea where I can get the pattern for GREEDYMULTILINE, I seem to be missing it on Debian