Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
7.99k stars 1.74k forks source link

Elastalert not showing in Kibana console #2011

Open sivaatluri567 opened 5 years ago

sivaatluri567 commented 5 years ago

I had followed the below for installing elastalert and its working, however Im not seeing elastalert in my kibana UI console. Is there something I had missed out.

git clone https://github.com/Yelp/elastalert.git cd elastalert sudo python setup.py install sudo apt-get install git software-properties-common python python-pip -y sudo apt-get install python-dev libffi-dev libssl-dev -y sudo pip install "setuptools>=11.3" sudo pip install "thehive4py>=1.4.4" sudo pip install "pbr>=3.0.0" sudo pip install "idna<2.8,>=2.5"

Could you please help me with this.

Qmando commented 5 years ago

I think you're looking for https://github.com/bitsensor/elastalert-kibana-plugin

vanilla ElastAlert doesn't have a Kibana interface