chicken-egg
This commit is contained in:
parent
b07d20f093
commit
2dabff9c95
|
@ -1,7 +1,7 @@
|
|||
FROM debian:latest
|
||||
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
||||
|
||||
LABEL version="20241028.1.2"
|
||||
LABEL version="20241028.1.3"
|
||||
LABEL description="Debian Based syslog-ng"
|
||||
|
||||
RUN apt-get update
|
||||
|
|
|
@ -41,7 +41,8 @@ log {
|
|||
source(s_network_udp);
|
||||
filter(f_nas81_host);
|
||||
filter(f_suricata);
|
||||
parser(p_suricata_json);
|
||||
filter(f_nas81_suricata_stats);
|
||||
parser(p_suricata_stats_json);
|
||||
parser(p_suricata_src_ip_geoip2_city);
|
||||
parser(p_suricata_dest_ip_geoip2_city);
|
||||
destination(d_nas81_suricata);
|
||||
|
@ -52,8 +53,7 @@ log {
|
|||
source(s_network_udp);
|
||||
filter(f_nas81_host);
|
||||
filter(f_suricata);
|
||||
filter(f_nas81_suricata_stats);
|
||||
parser(p_suricata_stats_json);
|
||||
parser(p_suricata_json);
|
||||
parser(p_suricata_src_ip_geoip2_city);
|
||||
parser(p_suricata_dest_ip_geoip2_city);
|
||||
destination(d_nas81_suricata);
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
syslog-ng:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241028.1.2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:241028.1.3
|
||||
container_name: syslog-ng
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue