stats
This commit is contained in:
parent
38087972a5
commit
39c581fdce
|
@ -1,7 +1,7 @@
|
|||
FROM debian:latest
|
||||
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
||||
|
||||
LABEL version="20241028180122"
|
||||
LABEL version="20241028180327"
|
||||
LABEL description="Debian Based syslog-ng"
|
||||
|
||||
RUN apt-get update
|
||||
|
|
|
@ -3,8 +3,10 @@ filter f_nas81_host { match("nas81" value("HOST")); };
|
|||
filter f_nas81_suricata_stats { match("stats" value("MESSAGE")); };
|
||||
|
||||
parser p_suricata_stats_json {
|
||||
marker("stats:")
|
||||
json-parser(prefix("suricata.stats."));
|
||||
json-parser(
|
||||
marker("stats:")
|
||||
prefix("suricata.stats.")
|
||||
);
|
||||
};
|
||||
|
||||
destination d_nas81_suricata {
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
syslog-ng:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241028180122
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241028180327
|
||||
container_name: syslog-ng
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue