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

Reply via email to