Closed sec-balkan closed 3 years ago
I was getting this error as well, if you go into Kibana and manage your elasticsearch indexes, you can delete that reference its making to winlogbeat-mordor index, after you delete it itll let you run it again. But i was still getting the issue of not being able to see the logs afterwards. Also, im still having issue of not being able to directly parse json files and only compressed files.
Hello, I started working with this project similar to you all and found a few features that may help.
--no-index-creation
or -n
to your command line argumentsCode from script
argparser.add_argument("--no-index-creation", "-n", action="store_false", dest="create_index", help="Don't create index.")
or
-i
or --index
flags to specify what index name you would like in your command line argumentsCode from script
argparser.add_argument("--index", "-i", default="winlogbeat-mordor", help="Target index for data import (%(default)s)")
Yes! I solved with that :)
How I'm unable to see logs ni ten dashboards... I created a index called logs-mordor and the helk dashboards (which take logs*) doesn't show it.
Any help? Sorry for my english.
Check out my other comment about changing the Kibana index on the dashboards pages and let me know if that helps: https://github.com/OTRF/mordor/issues/44#issuecomment-859701402