Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I'm looking for a way to safely centralize all my Windows and Linux logs on one location. Since I'm in a mixed environment, with both Linux and Windows, I started using Syslog-ng on the Linux boxes and Snare on the Windows ones, all pointing to a syslog-ng on linux.

Playing with the system, I realised that any network failure would cause the Windows event to be lost (Snare only use udp with syslog), so i tried WinAgents, with the same results

I tried switching to a Kiwi Syslog Server, and tried both Syslog and SNMP protocol on the WinAgents, with the same result.

Since both Kiwi and Syslog-ng can listen on TCP ports, there should be some Windows syslog client using tcp, right? Does anyone have any experience on such clients ?

Many thanks

Edit : I've been trying Centreon E2S, that supports both UDP and TCP, but does not seems to resend the message when there is a network failure

share|improve this question

4 Answers

up vote 2 down vote accepted

You'll have to fork over some cash, but syslog-ng's "premium edition" has a Windows agent (see here)

share|improve this answer

I haven't used it, but it looks like the Adiscon EventReporter application will do what you're looking for.

share|improve this answer

Take a look at nxlog, it supports TCP and SSL too. It's open-source and works on both Linux and Windows.

share|improve this answer
Thank you, I'll have a look at it ! – Nicolas Charles Nov 5 '11 at 20:32

We're using LogZilla (http://www.logzilla.pro) with our windows boxes. The windows systems use Snare to forward logs to our LogZilla server. We like it because it is blazing fast for searches and charts (and we log over 100 million events a day), plus it costs WAYYYY less than Clunk (splunk) and the user interface is easy enough for our managers to use, lol.

share|improve this answer

protected by Iain Feb 6 '12 at 19:17

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.