<div dir="ltr">HI Bernhard,<div><br></div><div>I executed a few commands</div><div><br></div><div>pip3 install elasticsearch</div><div>pip install elasticsearch</div><div><br></div><div>later I executed elasticmapper file</div><div><br></div><div>Now ES bot is working and I am to see feeds in ES host.</div><div><br></div><div>Thanks!</div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="color:rgb(34,34,34)">Regards,</span></div><div><span style="color:rgb(34,34,34)">Drupad Soni.</span><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">Security Researcher.</span><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">+918140283894.</span><br style="color:rgb(34,34,34)"><a href="mailto:drupad8140@gmail.com" style="color:rgb(17,85,204)" target="_blank">drupad8140@gmail.com</a><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">Twitter: @drupad8140</span><br></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 15, 2021 at 2:50 PM Bernhard Reiter <<a href="mailto:bernhard@intevation.de">bernhard@intevation.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Drupad,<br>
<br>
Am Donnerstag, 15. April 2021, 08:44:39 CEST schrieb Drupad Soni:<br>
>  I have installed<br>
> pip3 install elasticsearch==7.12<br>
<br>
>     raise MissingDependencyError('elasticsearch', version='>=5.0.0,<6.0.0')<br>
<br>
There have been improvements in this code for the next version,<br>
but the real reason for an import problem maybe hidden.<br>
<br>
The general approach I think an administrator/devs would do is<br>
 * check the python import lines in question. You can use this in<br>
   python3 command line as brief test.<br>
<br>
> from elasticsearch import Elasticsearch<br>
is the line from<br>
<a href="https://github.com/certtools/intelmq/blob/develop/intelmq/bots/outputs/elasticsearch/output.py#L17" rel="noreferrer" target="_blank">https://github.com/certtools/intelmq/blob/develop/intelmq/bots/outputs/<br>
elasticsearch/output.py#L17</a><br>
<br>
If you enter it in a python3 prompt, you'll see what the problem with the <br>
import really is.<br>
<br>
Example:<br>
python3<br>
[..]<br>
>>> from elasticsearch import Elasticsearch<br>
[..]<br>
ModuleNotFoundError: No module named 'elasticsearch'<br>
<br>
Your reason probably is different.<br>
<br>
Regards,<br>
Bernhard<br>
-- <br>
<a href="http://www.intevation.de/~bernhard" rel="noreferrer" target="_blank">www.intevation.de/~bernhard</a>   +49 541 33 508 3-3<br>
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998<br>
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner-- <br>
List settings:<br>
 <a href="https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-users" rel="noreferrer" target="_blank">https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-users</a><br>
IntelMQ Documentation: <a href="https://intelmq.readthedocs.io/" rel="noreferrer" target="_blank">https://intelmq.readthedocs.io/</a><br>
</blockquote></div>