Which syslog daemon are you using?
On Fri, Feb 4, 2011 at 2:07 PM, tanishk lakhaani <tanis...@gmail.com> wrote:
> Hey thanks for replying !!!!
>
> Well I am trying the second option. Can u pls gimme some information on how
> to set up log forwarding via syslog
>
> What I tried was (in /etc/syslog.conf):
>
> /var/log/messages <tab_space> local7.*
I'm not sure what this is supposed to do. Are you trying to label
everything in /var/log/messages as local7?
> local7.* <tab_space> @ServerIP
>
This should send everything in local7 to ServerIP. If my above
question is correct, you could just use the following instead:
*.* <tab_space> @ServerIP
I do this to send ALL syslog messages to my collector.