3. Installing ElastAlert
ElastAlert is an alerting project for elasticsearch maintained by YELP on GitHub : https://github.com/Yelp/elastalert
Why using two alerting modules?
Installing ElastAlert
Cloning from repository
$ git clone https://github.com/Yelp/elastalert.git
$ apt install python3.6 python-dev libffi-dev libssl-dev python3-pip python-pipInstall requirements
$ pip3 install -r /etc/elastalert/requirements.txtModify Configuration File
vi /etc/elastalert/config.yamlrules_folder: rules
run_every:
minutes: 1
buffer_time:
minutes: 15
es_host: localhost
es_port: 9200
use_ssl: True
verify_certs: False
es_username: admin
es_password: admin
writeback_index: elastalert_status
writeback_alias: elastalert_alerts
alert_time_limit:
days: 2Setup ElastAlert

Running ElastAlert as a service
Previous2. Installing OpenDistro for Elasticsearch PluginsNext4. ELK Stack: "L" is for Lord of the Stack
Last updated