Kibana Dashboards, filebeat and logstash configs
This commit is contained in:
@ -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" ]
|
||||||
|
Reference in New Issue
Block a user