Kibana Dashboards, filebeat and logstash configs

This commit is contained in:
Austin Taylor
2017-07-10 00:20:17 -04:00
parent 034b204255
commit 3b64f7c27d

View File

@ -85,7 +85,6 @@ filter {
} }
# Add tags for reporting based on assets or criticality # 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\." { if [host] == "192.168.0.1" or [host] == "192.168.0.50" or [host] =~ "^192\.168\.10\." or [host] =~ "^192\.168\.5\." {
mutate { mutate {
add_tag => [ "critical_asset" ] add_tag => [ "critical_asset" ]