graylog-labs / collector

[DEPRECATED] The Graylog Collector
https://www.graylog.org
GNU General Public License v3.0
40 stars 16 forks source link

Support new Windows EventLog API #57

Open bernd opened 9 years ago

bernd commented 9 years ago

Windows has a new EventLog API since Vista / Server 2008. The library we are using the read the event log (sigar) does not support the new API yet.

We have to find another library that supports reading the from the new API to be able to read the new eventlog types correctly.

henrikjohansen commented 9 years ago

@bernd the nxlog src code contains a nice example of both here (not JAVA though) :

https://github.com/lamby/pkg-nxlog-ce/tree/master/src/modules/input/msvistalog https://github.com/lamby/pkg-nxlog-ce/tree/master/src/modules/input/mseventlog