We have the need to run winlogbeat on Linux.
I see that there are no precompiled binaries for Linux which is somewhat understandable.
In our usecase winlog events are transported via syslog to a linux VM.
There parsing happens with filebeat for many types of plaintext logs.
Among those logs are the windows events logs and was hoping to be able to parse them with winlogbeat.
Another issue is that the logs are plaintext instead of *.evtx files 
I was thinking of modifying the winlogbeat-security.js, winlogbeat-powershell.js and winlogbeat-sysmon.js and use those scripts with filebeat.
In other words : reuse/modify your wonderfull JS code from the winlogbeat modules and create filebeat modules.
Any technical difficulties that I might encounter?
Is this unfeasible maybe?
Any suggestions?
