From 91eff7afe13439086248630a3b3d3a81215e3f8b Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:10:07 -0400 Subject: [PATCH] stats --- Dockerfile | 2 +- config/syslog-ng.conf.d/nas81.conf | 3 ++- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8aa88f4..d086961 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:latest MAINTAINER Kameron Kenny -LABEL version="20241029150638" +LABEL version="20241029151007" LABEL description="Debian Based syslog-ng" RUN apt-get update diff --git a/config/syslog-ng.conf.d/nas81.conf b/config/syslog-ng.conf.d/nas81.conf index 16c7fc8..8c6e108 100644 --- a/config/syslog-ng.conf.d/nas81.conf +++ b/config/syslog-ng.conf.d/nas81.conf @@ -68,7 +68,7 @@ log { filter(f_nas81_suricata_stats); parser(p_suricata_stats_json); destination(d_nas81_suricata_stats); - destination(d_file_suricata); + destination(d_file_suricata_stats); flags(final); }; @@ -80,5 +80,6 @@ log { parser(p_suricata_src_ip_geoip2_city); parser(p_suricata_dest_ip_geoip2_city); destination(d_nas81_suricata); + destination(d_file_suricata); flags(final); }; diff --git a/docker-compose.yml b/docker-compose.yml index 34941aa..b2a36c2 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:20241029150638 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241029151007 container_name: syslog-ng restart: unless-stopped networks: