Re: [syslog-ng] Forwarding Syslog-ng Messages
The config has syntax errors, it should read like this:
destination d_udp1514 {udp("192.168.2.108" port (1514));};
keep-hostname() is not a valid destination option, it is related to source drivers instead
OK - Thanks for you hint - I have change it - but no success. The messages come not to my Application LG
What is the remove IP address? You first mentioned 192.168.2.122 but in the config 192.168.2.108 was written. Please verify first that syslog-ng actually gets the incoming traffic. lsof will show what is the fd for the local socket and running 'strace -e recvfrom -p <PID>' for a short time will confirm that the logs actually are read from the given fd. On Fri, Jan 20, 2012 at 12:21 PM, Michael Kolowicz <michael.kolowicz@km-f.eu> wrote:
The config has syntax errors, it should read like this:
destination d_udp1514 {udp("192.168.2.108" port (1514));};
keep-hostname() is not a valid destination option, it is related to source drivers instead
OK - Thanks for you hint - I have change it - but no success. The messages come not to my Application
LG
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
participants (2)
-
Michael Kolowicz
-
Sandor Geller