From 634758cc000d1505d3b3782264c3c61dabb4037d Mon Sep 17 00:00:00 2001 From: Andrew <a@3ilson.com> Date: Wed, 2 Oct 2019 21:04:59 -0400 Subject: [PATCH] Update 05-syslog.conf --- conf.d/05-syslog.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/05-syslog.conf b/conf.d/05-syslog.conf index 333a715..ade6bec 100644 --- a/conf.d/05-syslog.conf +++ b/conf.d/05-syslog.conf @@ -1,6 +1,7 @@ # 05-syslog.conf filter { if [type] == "syslog" { + #Adjust to match the IP address of pfSense or OPNSense if [host] =~ /172\.22\.33\.1/ { mutate { add_tag => ["pf", "Ready"] -- GitLab