diff --git a/logstash/1000_nessus_preprocess_nessus.conf b/logstash/1000_nessus_preprocess_nessus.conf index daec9a0..6f6019f 100755 --- a/logstash/1000_nessus_preprocess_nessus.conf +++ b/logstash/1000_nessus_preprocess_nessus.conf @@ -85,7 +85,6 @@ filter { } # Add tags for reporting based on assets or criticality - # May be a good idea to mirror some of the tags in 8200_postprocess_tagging.conf if [host] == "192.168.0.1" or [host] == "192.168.0.50" or [host] =~ "^192\.168\.10\." or [host] =~ "^192\.168\.5\." { mutate { add_tag => [ "critical_asset" ]