From d9c0dc033166519ef3d426721f3f952378720c52 Mon Sep 17 00:00:00 2001
From: a3ilson <a@3ilson.com>
Date: Thu, 2 Nov 2017 18:20:05 -0400
Subject: [PATCH] Update 10-syslog.conf

---
 10-syslog.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/10-syslog.conf b/10-syslog.conf
index e4c6cc2..e725fea 100644
--- a/10-syslog.conf
+++ b/10-syslog.conf
@@ -1,7 +1,7 @@
 filter {  
   if [type] == "syslog" {
     #for multiple pfSense
-    #if [host] =~ /^0\.0\.0\.0$/ or [host] =~ /^0\.0\.0\.0$/
+    #if [host] =~ /0\.0\.0\.0/ or [host] =~ /0\.0\.0\.0/
     #change to pfSense ip address
     if [host] =~ /192\.168\.1\.1/ {
       mutate {
-- 
GitLab