Private GIT

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

Update 10-syslog(test).conf

parent b38bd66a
Branches
No related tags found
No related merge requests found
filter {
if [type] == "syslog" {
#for multiple pfSense
#if [host] => ["192.168.0.1", "192.168.50.1", "192.168.100.1"]
#change to pfSense ip address
if [host] =~ /192\.168\.1\.1/ {
mutate {
add_tag => ["PFSense", "Ready"]
}
}
#For Multiple pfSense's, use the following, repeat as needed
# if [host] =~ /192\.168\.100\.1/ {
# mutate {
# add_tag => ["PFSense#2", "Ready"]
# add_tag => ["PFSense", "Ready"]
# }
# }
if "Ready" not in [tags] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment