Compare commits

..

No commits in common. "2adfa3a001f49f14b32baeaf58cd69d6b5f9b839" and "cb973c3c660b6bec189878a93e0d656e2ecd55ce" have entirely different histories.

5 changed files with 3 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.bak
*.swp
.DS_Store

View File

@ -1,7 +1,7 @@
FROM debian:latest
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
LABEL version="20250109220036"
LABEL version="20241030100627"
LABEL description="Debian Based syslog-ng"
RUN apt-get update

View File

@ -1,6 +0,0 @@
destination d_telegraf {
syslog("telegraf.in.thelinuxpro.net" port(6514));
};
filter f_default { level(info..emerg));
};
log { source(s_sys); filter(f_default); destination(d_telegraf); };

View File

@ -65,6 +65,6 @@ log {
parser(p_bind_docker_header);
parser(p_client_ip_port);
parser(p_bind_client_ip_geoip2_city);
destination(d_telegraf);
destination(d_bind_logs);
flags(final);
};

View File

@ -10,7 +10,7 @@ services:
syslog-ng:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20250109220036
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241030100627
container_name: syslog-ng
restart: unless-stopped
networks: