[IntelMQ-users] Intelmq | ELK

Drupad Soni drupad8140 at gmail.com
Thu Apr 15 13:57:57 CEST 2021


HI Bernhard,

I executed a few commands

pip3 install elasticsearch
pip install elasticsearch

later I executed elasticmapper file

Now ES bot is working and I am to see feeds in ES host.

Thanks!
Regards,
Drupad Soni.
Security Researcher.
+918140283894.
drupad8140 at gmail.com
Twitter: @drupad8140


On Thu, Apr 15, 2021 at 2:50 PM Bernhard Reiter <bernhard at intevation.de>
wrote:

> Hi Drupad,
>
> Am Donnerstag, 15. April 2021, 08:44:39 CEST schrieb Drupad Soni:
> >  I have installed
> > pip3 install elasticsearch==7.12
>
> >     raise MissingDependencyError('elasticsearch',
> version='>=5.0.0,<6.0.0')
>
> There have been improvements in this code for the next version,
> but the real reason for an import problem maybe hidden.
>
> The general approach I think an administrator/devs would do is
>  * check the python import lines in question. You can use this in
>    python3 command line as brief test.
>
> > from elasticsearch import Elasticsearch
> is the line from
> https://github.com/certtools/intelmq/blob/develop/intelmq/bots/outputs/
> elasticsearch/output.py#L17
> <https://github.com/certtools/intelmq/blob/develop/intelmq/bots/outputs/elasticsearch/output.py#L17>
>
> If you enter it in a python3 prompt, you'll see what the problem with the
> import really is.
>
> Example:
> python3
> [..]
> >>> from elasticsearch import Elasticsearch
> [..]
> ModuleNotFoundError: No module named 'elasticsearch'
>
> Your reason probably is different.
>
> Regards,
> Bernhard
> --
> www.intevation.de/~bernhard   +49 541 33 508 3-3
> Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
> Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner--
> List settings:
>  https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-users
> IntelMQ Documentation: https://intelmq.readthedocs.io/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cert.at/pipermail/intelmq-users/attachments/20210415/0551b037/attachment.htm>


More information about the IntelMQ-users mailing list