From f91baac3ee96fb34d33f03658e4fd0be77b09f83 Mon Sep 17 00:00:00 2001 From: Andrew <a@3ilson.com> Date: Mon, 30 Sep 2019 21:59:08 -0400 Subject: [PATCH] Update 11-firewall.conf --- conf.d/11-firewall.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/11-firewall.conf b/conf.d/11-firewall.conf index e57e1bb..e4c680d 100644 --- a/conf.d/11-firewall.conf +++ b/conf.d/11-firewall.conf @@ -1,6 +1,6 @@ # 11-firewall.conf filter { - if "pf" in [tags] and [application] =~ /^filterlog$/ { + if "pf" in [tags] and [syslog_program] =~ /^filterlog$/ { mutate { remove_field => [ "msg", "datetime" ] } -- GitLab