Hi, I think there are brackets missing in the plugin documentation: > if [type] == "end" { > elasticsearch { > hosts => ["es-server"] > query => "type:start AND operation:%{[opid]}" > fields => **[** ["@timestamp", "started"] **]** > } Cheers!
Activity
andrewsh82 commentedon May 18, 2016
yes wasted the whole day on this :( Please change the docs
Correct in-code documentation. Fix logstash-plugins#30
jehuty0shift commentedon May 19, 2016
Since the documentation is generated from Code, i fixed it in #31 . Indeed, it was incorrect (I lost a lot of time on that too).
Correct in-code documentation. Fix #30