[syslog-ng]remote log server

Rick S. syslog-ng@lists.balabit.hu
Mon, 5 Apr 2004 22:06:55 -0400 (EDT)


> http://www.campin.net/syslog-ng/faq.html
>
> What do I need to put in the .conf file to have the logs sent over the net
> work to another machine?
>
> Rick S.

That seems like a huge hassle.

would this work?:

destination loghost {
	tcp("192.168.1.56" port(5140));
};
log {
	source(src);
	destination(loghost);
};