From 5d96dc4884d16c1ece535315db3a8f097042adbf Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 19 Aug 2018 14:37:18 +0000 Subject: [PATCH] - fix network source --- syslog-ng.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslog-ng.conf b/syslog-ng.conf index a073b74..6b2154e 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -28,7 +28,7 @@ source s_sys { }; # uncomment the line below and change ip/port if you want to run syslog server -#source s_net udp(ip(192.168.1.100),port(514)); +#source s_net { udp(ip(192.168.1.100),port(514)); }; # uncomment the line bellow if you want to send logs to syslog server #destination d_loghost { udp("loghost" port(514)); }; -- 2.44.0