From 3b64f7c27d7a21473c7c6a708c90ff95a7670b10 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Mon, 10 Jul 2017 00:20:17 -0400 Subject: [PATCH] Kibana Dashboards, filebeat and logstash configs --- logstash/1000_nessus_preprocess_nessus.conf | 1 - 1 file changed, 1 deletion(-) 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" ]