Logstash Module - syntax error in output for windows

This commit is contained in:
Mike Reeves
2018-09-18 21:16:15 -04:00
parent 524c26ab72
commit f39c522445

View File

@@ -16,7 +16,7 @@ output {
if [event_type] == "windows" and "test_data" not in [tags] {
#stdout { codec => rubydebug }
elasticsearch {
hosts => {{ ES }
hosts => {{ ES }}
index => "logstash-windows-%{+YYYY.MM.dd}"
template => "/logstash-template.json"
}