diff --git a/salt/logstash/files/dynamic/9033_output_snort.conf b/salt/logstash/files/dynamic/9033_output_snort.conf index a953a2db2..6c310b91e 100644 --- a/salt/logstash/files/dynamic/9033_output_snort.conf +++ b/salt/logstash/files/dynamic/9033_output_snort.conf @@ -9,14 +9,14 @@ # Last Update: 12/9/2016 filter { - if [event_type] == "snort" and "test_data" not in [tags] { + if [event_type] == "ids" and "test_data" not in [tags] { mutate { ##add_tag => [ "conf_file_9033"] } } } output { - if [event_type] == "snort" and "test_data" not in [tags] { + if [event_type] == "ids" and "test_data" not in [tags] { #stdout { codec => rubydebug } elasticsearch { hosts => "{{ ES }}"