parse kv pairs for suricata
This commit is contained in:
parent
52aa805f28
commit
f33a5e63e7
|
@ -1,6 +1,6 @@
|
|||
FROM lscr.io/linuxserver/syslog-ng:latest
|
||||
|
||||
LABEL version="20240617.1.1"
|
||||
LABEL version="20240617.1.2"
|
||||
LABEL description="syslog-ng"
|
||||
|
||||
RUN mkdir -p /config
|
||||
|
|
|
@ -175,6 +175,7 @@ log {
|
|||
source(s_network_udp);
|
||||
filter(f_unifi_suricata);
|
||||
destination(d_unifi_suricata);
|
||||
parser(p_kv);
|
||||
flags(final);
|
||||
};
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
syslog-ng:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240617.1.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240617.1.2
|
||||
container_name: syslog-ng
|
||||
environment:
|
||||
- PUID=0
|
||||
|
|
Loading…
Reference in New Issue