update dest name

This commit is contained in:
Kameron Kenny 2025-01-09 23:11:57 -05:00
parent 2adfa3a001
commit 2c9ea9e278
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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