stats
This commit is contained in:
parent
4ffde3b26b
commit
91eff7afe1
|
@ -1,7 +1,7 @@
|
|||
FROM debian:latest
|
||||
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
||||
|
||||
LABEL version="20241029150638"
|
||||
LABEL version="20241029151007"
|
||||
LABEL description="Debian Based syslog-ng"
|
||||
|
||||
RUN apt-get update
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue