Private GIT

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

Update 05-syslog.conf

parent 903abc21
Branches
Tags
No related merge requests found
# 05-syslog.conf
filter { filter {
if [type] == "syslog" { if [type] == "syslog" {
if [host] =~ /10\.0\.0\.1/ { if [host] =~ /172\.22\.2\.1/ {
mutate { mutate {
add_tag => ["pf", "Ready"] add_tag => ["pf", "Ready"]
} }
} }
if [host] =~ /172\.2\.22\.1/ { if [host] =~ /192\.168\.1\.1/ {
mutate { mutate {
add_tag => ["pf-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