Re: [nxlog-ce-users] Problem sending Windows DHCP logs to syslog

2013-10-21 Thread Lindgren Daniel
> What you need is the following: > Exec $Message = $raw_event; to_syslog_xxx(); > Excellent, thanks. Added it to the input statement in case I need/want to send data from other sources on the same machine. Module im_file File"C:\\Windows\\Sysnative\\dhcp\\DhcpSrvLog-*.l

Re: [nxlog-ce-users] Problem sending Windows DHCP logs to syslog

2013-10-21 Thread Botond Botyanszki
Hi, What you need is the following: Exec $Message = $raw_event; to_syslog_xxx(); I know there are some grey areas in the documentation regarding this. HTH, Botond On Mon, 21 Oct 2013 12:05:47 + Lindgren Daniel wrote: > > > > > > Module om_tcp > > > Hostsyslog.compa

Re: [nxlog-ce-users] Problem sending Windows DHCP logs to syslog

2013-10-21 Thread Lindgren Daniel
> > > > Module om_tcp > > Hostsyslog.company.com > > Port514 > > # Exec to_syslog_ietf(); > Since this is disabled, the tcp output sends the dhcp logs as is, i.e. > not in syslog format. This most likely confuses your syslog daemon on > the other end.

Re: [nxlog-ce-users] Problem sending Windows DHCP logs to syslog

2013-10-21 Thread Botond Botyanszki
Hi, On Mon, 21 Oct 2013 06:21:21 + Lindgren Daniel wrote: > > Module om_tcp > Hostsyslog.company.com > Port514 > # Exec to_syslog_ietf(); Since this is disabled, the tcp output sends the dhcp logs as is, i.e. not in syslog format. This most lik