Hi All,
I'm using nxlog 2.7.1191 on Windows 2008 R2 Server to send the output of a 
Tomcat7 application (third party - can't change much) to a syslog listening 
server running logstash/elasticsearch Linux server.
Shipping the log works fine except that EVERY message is duplicated.
The source of the log doesn't contain the duplicates, but the output from nxlog 
does - as I have changed the output to be a local file and the duplicates are 
in this file. The duplicates may not appear one after the other - they may be 
separated by several lines.
I've tried changing the polling interval, checked for multiple instances of 
nxlog running, change workers to 1, changed the wildcarding to be the exact 
file and nothing seems to work.

Any ideas are greatly appreciated!

Thanks

My config is;

<Input in>
    Module      im_file
File "D:\\AppName\\Tomcat7\\logs\\icom*_localhost*.log"
SavePos TRUE
</Input>

<Output out>
    Module      om_tcp
    Host        10.15.4.203
    Port        5544
</Output>

<Route 1>
    Path        in =>  out
</Route>


-- 
Paul Lattimer
IT - Linux Systems Administrator 
        

______________________________________________________________________

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the sender. Please note 
that any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company. Finally, the 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email.
______________________________________________________________________
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to