Hi
I tried to ingest an archived evtx files.
I set my configuration file like this guide
https://www.elastic.co/guide/en/beats/winlogbeat/master/faq.html#reading-from-evtx
I create the file winlogbeat-evtx.yml like this
winlogbeat.event_logs:
- name: C:\Users\Administrator\Downloads\audit_svm-M-cifs_last.evtx
no_more_events: stop
winlogbeat.shutdown_timeout: 30s
winlogbeat.registry_file: evtx-registry.yml
output.logstash:
#hosts: ["localhost:5044"]
hosts: ["192.168.107.133:5044"]
I check if the configuration file is correct and it is correct
Then I launch from command line
.\winlogbeat.exe -e -c .\winlogbeat-evtx.yml
and I received this error
2019-05-07T00:02:33.966+0200 ERROR instance/beat.go:906 Exiting: Failed
to create new event log. 1 error: Invalid event log key 'no_more_events' found.
Valid keys are api, batch_read_size, event_id, fields, fields_under_root, forwar
ded, ignore_older, include_xml, level, name, processors, provider, tags
Exiting: Failed to create new event log. 1 error: Invalid event log key 'no_more
_events' found. Valid keys are api, batch_read_size, event_id, fields, fields_un
der_root, forwarded, ignore_older, include_xml, level, name, processors, provide
r, tags
I open the file with event viewer without the problem.
Could you help me? I have logstash 6.5.4 and I use winlogbeat 6.7.2
Thank you
Franco