you can send remote message to syslog by changing the rsyslog.conf # remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional *.* @@192.168.15.103:514 # ### end of the forwarding rule ###
You need to specify the IP and port where you are sending your logs. basically, you send it locally and syslog will forward them for you. Jules 2009/2/11 David Gillies <[email protected]> > I guess Adiscon's Event Reporter could be an option: > > http://www.eventreporter.com/en/Product/ > > David Gillies > Systems Engineer > Digital Infrastructure Services > Fairfax Digital > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Michael > Trewartha > Sent: Wednesday, 11 February 2009 10:08 AM > To: [email protected] > Subject: [rsyslog] Windows Events to a rsyslog server? > > Hello, > We have a rsyslog server operating which receives all remote syslog > messages from our various linux servers so we can centralise tracking of > any issues we encounter. > We also run some Windows servers, which we would like to configure to > send events of Warning and above remotely to our rsyslog server. > I've tried using the pre-built executable for Eventlog to Syslog Utility > found here: > https://engineering.purdue.edu/ECN/Resources/Documents/UNIX/evtsys but > it appears the events aren't sending. > Save installing a winsyslog server, is there any methods anyone is aware > of to send Windows Events to a remote rsyslog server? > > The information contained in this e-mail message and any accompanying files > is or may be confidential. If you are not the intended recipient, any use, > dissemination, reliance, forwarding, printing or copying of this e-mail or > any attached files is unauthorised. This e-mail is subject to copyright. No > part of it should be reproduced, adapted or communicated without the written > consent of the copyright owner. If you have received this e-mail in error > please advise the sender immediately by return e-mail or telephone and > delete all copies. Fairfax does not guarantee the accuracy or completeness > of any information contained in this e-mail or attached files. Internet > communications are not secure, therefore Fairfax does not accept legal > responsibility for the contents of this message or attached files. > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

