Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2ed42e58 authored by Andrew's avatar Andrew Committed by GitHub
Browse files

Update 05-syslog.conf

parent ed0c8f52
Branches
No related tags found
No related merge requests found
......@@ -7,11 +7,14 @@ filter {
add_tag => ["pf", "Ready"]
}
}
if [host] =~ /172\.2\.22\.1/ {
mutate {
add_tag => ["pf-2", "Ready"]
}
}
#To enable or ingest multiple pfSense or OPNSense instances uncomment the below section
##############################
#if [host] =~ /172\.2\.22\.1/ {
# mutate {
# add_tag => ["pf-2", "Ready"]
# }
#}
##############################
if "Ready" not in [tags] {
mutate {
add_tag => [ "syslog" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment