Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Whats the best software that is free that you have comeacross that handles logs from windows and sends them to rsyslog Server

share|improve this question

1 Answer

up vote 0 down vote accepted

If it uses the normal syslog protocol, then you need something that monitors the Windows event log and mirrors the messages to a syslog server. It’s not something that will need a lot of features or configuration as the task is very straightforward. Eventlog to Syslog Service is a nice open source utility that does this.

share|improve this answer
Ty. i looked all over couldnt find an opensource one. – whoami Aug 11 '09 at 9:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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