From f39c522445c82b4e80e6de92c535544e428e2333 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 18 Sep 2018 21:16:15 -0400 Subject: [PATCH] Logstash Module - syntax error in output for windows --- salt/logstash/files/dynamic/9300_output_windows.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/files/dynamic/9300_output_windows.conf b/salt/logstash/files/dynamic/9300_output_windows.conf index 4af0ef60a..cca6b7548 100644 --- a/salt/logstash/files/dynamic/9300_output_windows.conf +++ b/salt/logstash/files/dynamic/9300_output_windows.conf @@ -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" }