> 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
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
> >
> > 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.
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