Compare commits
2 Commits
d0c710425a
...
5e61c02408
Author | SHA1 | Date |
---|---|---|
|
5e61c02408 | |
|
a0f3ecbb21 |
|
@ -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.3"
|
LABEL version="20241024.1.4"
|
||||||
LABEL description="Debian Based syslog-ng"
|
LABEL description="Debian Based syslog-ng"
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
|
@ -23,7 +23,6 @@ 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.3
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241024.1.4
|
||||||
container_name: syslog-ng
|
container_name: syslog-ng
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue