I have problems with the syntax of the logstash-elasticsearch-filter-plugin
In my case, I've a field named 'executed' and I will check this field of a special value.
How does this work? Something like that?
elasticsearch {
query => 'executed : 4711'
}