Re: [syslog-ng]Trying to send log over network
Same problem sim Don Armstrong wrote:
On Tue, 13 Feb 2001, Simeon Johnston wrote:
I am trying to send logs over our network but am having trouble with the rules. I have set up a host to accept the logs and I am trying to set up the sender. This is the destination rule so far.
destination d_bg { tcp(ip(192.168.1.19) port(514)); };
This should be
destination d_bg {tcp(ip(192.168.1.19); port 514););};
Don Armstrong
--------------------------------------------------- UC Riverside | .naidnE elttil atah I Residential Computing | http://resnet.ucr.edu | http://www.donarmstrong.com ---------------------------------------------------
My mistake. destination d_bg { tcp("192.168.1.19:514");}; seems to work here. [Wasn't paying attention and thought you were specifying a source, not a destination...] Don Armstrong On Tue, 13 Feb 2001, Simeon Johnston wrote:
On Tue, 13 Feb 2001, Simeon Johnston wrote:
I am trying to send logs over our network but am having trouble with the rules. I have set up a host to accept the logs and I am trying to set up the sender. This is the destination rule so far.
destination d_bg { tcp(ip(192.168.1.19) port(514)); };
--------------------------------------------------- UC Riverside | .naidnE elttil atah I Residential Computing | http://resnet.ucr.edu | http://www.donarmstrong.com ---------------------------------------------------
participants (2)
-
Don Armstrong
-
Simeon Johnston