-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way of shipping eventlog from file #42
Comments
Can you clarify a bit more what is the architecture you're looking for? |
Thanks, Joao! @jsvd Yes, the goal is to collect the .evtx log (generated by customized application but could be opened by Windows event log viewer) Logstash is not essential. Winlogbeat is also good to be a resolution if it is possible. Something more, sorry I didn't test the behavior of winlogbeat. So it might be difficult for the user to specify the path directly. |
Having the same issue. None of Beats agent's can process evt/evtx files. |
sorry for the direct ping. |
Any updates will be visible here, there's no one who is very familiar with this environment/technology to implement reading from files without considerable amount of effort/time. I'm more than happy to review someone's attempt at adding this feature here. |
For all general issues, please provide the following details for fast resolution:
Version: Logstash 5.6
Operating System: Linux
Config
e.g. path => "/data/event_log/xxx.evtx"
Sample Data:
Any .evtx file.
Description
We have logstash-input-eventlog to pull the event log from windows by using @eventlog = Win32::EventLog.open(@logfile).
https://github.com/logstash-plugins/logstash-input-eventlog/blob/master/lib/logstash/inputs/eventlog.rb#L49
Is there a way to ship event log file from a directory specified path?
Or could we implement this feature in the future?
The text was updated successfully, but these errors were encountered: