diff --git a/Dockerfile b/Dockerfile index f9c44c4..f7f9f7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM lscr.io/linuxserver/syslog-ng:latest -LABEL version="20240614.1.3" +LABEL version="20240615.1.1" LABEL description="syslog-ng" RUN mkdir -p /config diff --git a/config/syslog-ng.conf b/config/syslog-ng.conf index 71b752a..d051fb8 100644 --- a/config/syslog-ng.conf +++ b/config/syslog-ng.conf @@ -151,6 +151,7 @@ log { log { source(s_network_udp); filter(f_unifi_fw_wan); + parser(p_kv); destination(d_unifi_firewall); flags(final); }; @@ -158,6 +159,7 @@ log { log { source(s_network_udp); filter(f_unifi_fw_dnat); + parser(p_kv); destination(d_unifi_firewall); flags(final); }; diff --git a/docker-compose.yml b/docker-compose.yml index ff1bd06..37241a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: syslog-ng: build: dockerfile: Dockerfile - image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240614.1.3 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240615.1.1 container_name: syslog-ng environment: - PUID=0