From b3a804091e8636ae930e908cdd4217f77de97e3c Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:15:30 -0400 Subject: [PATCH] filters --- config/syslog-ng.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/syslog-ng.conf b/config/syslog-ng.conf index 75a985d..7e9e52c 100644 --- a/config/syslog-ng.conf +++ b/config/syslog-ng.conf @@ -14,9 +14,9 @@ filter f_unifi_fw_wan { match("WAN" value("PID")); }; filter f_unifi_fw_dnat { match("DNAT" value("PID")); }; filter f_unifi_dnsmasq { match("dnsmasq" value("PID")); }; filter f_unifi_systemd { match("systemd" value("PID")); }; -filter f_unifi_stahtd { match("stahtd" value("PID")); }; -filter f_unifi_mcad { match("mcad" value("PID")); }; -filter f_unifi_hostapd { match("hostapd" value("PID")); }; +filter f_unifi_stahtd { message("stahtd"); }; +filter f_unifi_mcad { message("mcad"); }; +filter f_unifi_hostapd { message("hostapd"); }; filter f_unifi_wlan { message("wlan:"); }; destination d_local {