Compare commits
No commits in common. "5e61c0240896b0d44c93b9bc42dd425d2f9c2875" and "d0c710425a40811c984a644f0d1554986cac0ea7" have entirely different histories.
5e61c02408
...
d0c710425a
|
@ -1,7 +1,7 @@
|
||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
||||||
|
|
||||||
LABEL version="20241024.1.4"
|
LABEL version="20241024.1.3"
|
||||||
LABEL description="Debian Based syslog-ng"
|
LABEL description="Debian Based syslog-ng"
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
|
@ -23,6 +23,7 @@ log {
|
||||||
parser(p_suricata_json);
|
parser(p_suricata_json);
|
||||||
parser(p_suricata_src_ip_geoip2_city);
|
parser(p_suricata_src_ip_geoip2_city);
|
||||||
parser(p_suricata_dest_ip_geoip2_city);
|
parser(p_suricata_dest_ip_geoip2_city);
|
||||||
|
destination(d_file_suricata);
|
||||||
destination(d_nas81_suricata);
|
destination(d_nas81_suricata);
|
||||||
flags(final);
|
flags(final);
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
syslog-ng:
|
syslog-ng:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241024.1.4
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241024.1.3
|
||||||
container_name: syslog-ng
|
container_name: syslog-ng
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue