Compare commits

...

2 Commits

Author SHA1 Message Date
Kameron Kenny 5e61c02408
no file 2024-10-24 18:34:05 -04:00
Kameron Kenny a0f3ecbb21
bump 2024-10-24 18:19:40 -04:00
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM debian:latest
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
LABEL version="20241024.1.3"
LABEL version="20241024.1.4"
LABEL description="Debian Based syslog-ng"
RUN apt-get update

View File

@ -23,7 +23,6 @@ log {
parser(p_suricata_json);
parser(p_suricata_src_ip_geoip2_city);
parser(p_suricata_dest_ip_geoip2_city);
destination(d_file_suricata);
destination(d_nas81_suricata);
flags(final);
};

View File

@ -10,7 +10,7 @@ services:
syslog-ng:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241024.1.3
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241024.1.4
container_name: syslog-ng
restart: unless-stopped
networks: