Is the any way to push Windows Event Forwarder logs to my java application irrespective of the platform (linux,mac,windows)

S

S Srinidhi

I have a java project I am trying to get events from WEF without using any agent. But this should be platform independent, I want to run my project in any OS.Please let me know if this is possible!There are some JNA libraries to pull the logs. https://mvnrepository.com/artifact/org.jline/jline-terminal-jnabut I want the WEF to push the events to my listening server.Is it possible to implement the WEF protocol in my project to make it as a collector.

Continue reading...
 
Back
Top Bottom