Hi All,

I'm a newbie in nxlog and my requirement is:

Read log files from a specific directory send it by TCP and write these
files on a directory of receiver side.

As I noticed reading the manual and after some tests, I got read from a
directory but I couldn't find out how to specify the directory on receiver
side.

I only got specify a file and all logs (independent from which log file
they come) are write on the same file.

Below the conf file of receiver side. This conf is working but I'd like to
know if is possible configure a directory on module om_file.

<Input in2>
    Module      im_tcp
    Port        53200
</Input>

<Output fileout1>
    Module      om_file
    File        "/var/log/nxlog/logmsg.txt"
</Output>


Thanks a lot

-- 
Ricardo Brandão
http://www.programonauta.com.br
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&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