RE: [syslog-ng]remote log server
http://www.campin.net/syslog-ng/faq.html -----Original Message----- From: Rick S. [mailto:rsheppar@midnight.ecet.vtc.edu] Sent: Thursday, April 01, 2004 10:58 AM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]remote log server What do I need to put in the .conf file to have the logs sent over the net work to another machine? Rick S. _______________________________________________ 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 ----------------------------------------- Use of email is inherently insecure. Confidential information, including account information, and personally identifiable information, should not be transmitted via email, or email attachment. In no event shall Citizens or any of its affiliates accept any responsibility for the loss, use or misuse of any information including confidential information, which is sent to Citizens or its affiliates via email, or email attachment. Citizens does not guarantee the accuracy of any email or email attachment, that an email will be received by Citizens or that Citizens will respond to any email. This email message is confidential and/or privileged. It is to be used by the intended recipient only. Use of the information contained in this email by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please notify the sender immediately and promptly destroy any record of this email.
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); };
participants (2)
-
Rick S.
-
Schernau, Ed