update dest name
This commit is contained in:
parent
2adfa3a001
commit
2c9ea9e278
|
@ -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
|
||||||
|
|
|
@ -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));
|
||||||
};
|
};
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue