F5 has given me a sample configuration for the /etc/syslog-ng/syslog-ng.conf Here is what you should add to the file for logging to a remote “loghost“. destination loghost { udp ("remote_ip_of_server");};log { source(local); destination (loghost);}; ......
My clients often request to use a syslog server for security notifications. It would be my preference to do this with Web services. In the mean time I will have to make due with syslog. Here is a page with a canned script for log rolling.
http://www.afp548.com/article.php?story=20040916181619888