Hi Sebastian/Bernhard,
I am unsure why es bot fails with error below, I have installed
pip3 install elasticsearch==7.12
I have checked every single dependency error then too why does it fail.
Bot initialization failed.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/intelmq/lib/bot.py", line 164, in __init__
self.init()
File "/usr/lib/python3/dist-packages/intelmq/bots/outputs/elasticsearch/output.py", line 58, in init
raise MissingDependencyError('elasticsearch', version='>=5.0.0,<6.0.0')
intelmq.lib.exceptions.MissingDependencyError: Could not load dependency 'elasticsearch', please install it with apt/yum/dnf/zypper (possibly named python3-elasticsearch) or pip3. Please note that this bot requires elasticsearch version >=5.0.0,<6.0.0!
Requesting to guide me on this.