From f21e52b431efc720ae05b717ef60e048345daa27 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 1 Jan 2019 11:11:29 -0500 Subject: [PATCH] Add missing character --- salt/logstash/files/dynamic/0006_input_beats.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } - } }