Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit d9a46525 authored by a3ilson's avatar a3ilson Committed by GitHub
Browse files

Update 10-syslog.conf

parent d01a33e5
Branches
Tags
No related merge requests found
...@@ -2,12 +2,12 @@ filter { ...@@ -2,12 +2,12 @@ filter {
if [type] == "syslog" { if [type] == "syslog" {
if [host] =~ /10\.0\.0\.1/ { if [host] =~ /10\.0\.0\.1/ {
mutate { mutate {
add_tag => ["pfsense", "Ready"] add_tag => ["pf", "Ready"]
} }
} }
if [host] =~ /172\.2\.22\.1/ { if [host] =~ /172\.2\.22\.1/ {
mutate { mutate {
add_tag => ["pfsense-2", "Ready"] add_tag => ["pf-2", "Ready"]
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment