How to redirect third party logs to log server in Centos

Posted by chandank on Server Fault See other posts from Server Fault or by chandank
Published on 2012-10-19T18:25:54Z Indexed on 2012/10/19 23:06 UTC
Read the original article Hit count: 270

Filed under:
|
|

I want to setup a simple log server to accept logs from all clients. I am not talking about standard system logs such as /var/log/mail , message, boot etc. I want to redirect or send application logs and they may not be using syslog daemon at all to log their message.

Such as /appdir/log/error.log.

I ran across many posts on the internet; most suggest using rsyslog or syslog-ng. Well so far I have been able to redirect the standard system logs not the application logs. I am using centos 5/6 environment.

© Server Fault or respective owner

Related posts about centos

Related posts about rsyslog