Configure syslog-ng to act as a central logging server
Where can I find documentation that will give me information on how to accept logs from remote hosts and have each of the hosts log to their own file? I've read the man file and looked at the web page, but can't find anything to substantial. Thanks, Ryan
See: http://www.campin.net/newlogcheck.html Though I'd suggest using Logmuncher instead of all the custom Logcheck scripts. Russell On Thu, Mar 31, 2005 at 09:45:41AM -0600, Ryan McCain wrote:
Where can I find documentation that will give me information on how to accept logs from remote hosts and have each of the hosts log to their own file?
I've read the man file and looked at the web page, but can't find anything to substantial.
Thanks, Ryan _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
On Thu, 31 Mar 2005, Ryan McCain wrote:
Where can I find documentation that will give me information on how to accept logs from remote hosts and have each of the hosts log to their own file?
destination hosts { file("/var/syslog/HOSTS/$HOST/$YEAR/$MONTH/$HOST-$FACILITY-$YEAR$MONTH$DAY" owner(bob) group(llamafood) perm(0755) dir_perm(0755) create_dirs(yes)); }; - billn
participants (3)
-
Adams, Russell L.
-
Bill Nash
-
Ryan McCain