Open joseraeiro opened 2 years ago
Was able to comment the line containing "_type": elk_index,
in the ~/.local/lib/python3.10/site-packages/evtxtoelk/__init__.py
file and now appears to be working.
Also, before that, to make it work I had to set this in elasticsearch.yml
xpack.security.enabled: false
and then restart elasticsearch.
Yeah we need to push this change for the ELK 8 changes. I'll push this change this week and get pip updated.
Hello, I'm trying to use your script to import a Security.evtx file into Elasticsearch 8.4.2 but I'm getting the following error while trying to do so:
How can I solve this?
Thank you advance.