Hello,
I am trying to forward syslog messages to multiple IP destination,
I tried using statements like
destination udp_forw { udp("192.168.58.150", port(514));
udp("192.168.19.1", port(514)); };
And it doesn't work, it forwards messages to first destination, is this
supposed to
work the way I have put config statement?
/Subodh Nijsure