diff --git a/salt/logstash/files/dynamic/0006_input_beats.conf b/salt/logstash/files/dynamic/0006_input_beats.conf index c7cab30b7..b9f03c979 100644 --- a/salt/logstash/files/dynamic/0006_input_beats.conf +++ b/salt/logstash/files/dynamic/0006_input_beats.conf @@ -25,7 +25,7 @@ filter { add_field => { "syslog-host_from" => "%{[beat][name]}" } remove_field => [ "beat", "prospector", "input", "offset" ] } - + } if [type] == "osquery" { mutate { remove_tag => ["beat"] @@ -35,6 +35,5 @@ filter { source => "message" target => "osquery" } - } }