I think you might need to use

Exec to_syslog_ietf()

In the output section to convert the output from im_mseventlog into syslog
format? Also by default it will pick up from the current position in the
Windows event log I believe (check SavePos and ReadFromLast), so you'd only
see *new* event log messages.

J


On 1 November 2013 22:18, Paul Fontenot <ssdv6...@gmail.com> wrote:

> Hi,
>
> I have what I believe to be a simple request but so far it's not working. I
> am attempting to use NXLog to shuttle Windows Eventlog data over to a
> central syslog server using the following configuration but not seeing
> anything on the syslog server.
>
>
> ----------------------------------------------------------------------------
> --------------
>
> define ROOT C:\Program Files\nxlog
>
> Moduledir       %ROOT%\modules
> CacheDir        %ROOT%\data
> Pidfile                 %ROOT%\data\nxlog.pid
> SpoolDir        %ROOT%\data
> LogFile                 %ROOT%\data\nxlog.log
>
> <Extension syslog>
>         Module xm_syslog
> </Extension>
>
> <Input internal>
>         Module im_internal
> </Input>
>
> <Input eventlog>
>         Module im_mseventlog
> </Input>
>
> <Output out>
>         Module im_tcp
>         Host    192.168.0.3
>         Port    1514
> </Output>
>
> <Route 1>
>         Path    eventlog, internal => out
> </Route>
>
>
> ----------------------------------------------------------------------------
> --------------
>
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> nxlog-ce-users mailing list
> nxlog-ce-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
>



-- 

---
James Crowley
CTO, FundApps - a new generation in financial services software -
http://www.fundapps.co/
Founder, developerFusion - the global developer community -
http://www.developerfusion.com/

linkedin: http://linkedin.com/in/jamescrowley
twitter: http://twitter.com/jamescrowley
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to