elastalert
elastalert copied to clipboard
ElastAlert that exposes REST API's for manipulating rules and alerts
@bitsensor/[email protected] start /opt/elastalert-server > sh ./scripts/start.sh internal/modules/cjs/loader.js:613 throw err; ^ Error: Cannot find module 'elasticsearch' Require stack: - /opt/elastalert-server/src/common/elasticsearch_client.js - /opt/elastalert-server/src/handlers/metadata/get.js - /opt/elastalert-server/src/routes/routes.js - /opt/elastalert-server/src/routes/route_setup.js - /opt/elastalert-server/src/elastalert_server.js - /opt/elastalert-server/src/index.js -...
I found that we need to download yelp/elastalert source code and run. In my case, I try to change to install yelp/elastalert by using pip install but not working. I...
i have modify port config in config.json  but server start on 3030 
Hi. Is there a way to include filter term value in alert? I use flatline rule. ```type: flatline threshold: 1 timeframe: seconds: 60 index: metricbeat-* filter: - bool: filter: -...
Hello everyone, I am running ElastAlert as a Docker container using the command given in the README. I was trying to use the elastalert REST API /status/control to start and...
hellow everyone ! I'm new to elastalert and have configured to send email alert but nothing appear in gmail account. i have configured host centos 7 ssmtp and can receive...
**TL;DR**: API doesn't seem to handle rule/template subdirectories, I can't tell from the documentation if this is intentional or not. --- I have the following directory structure under my `rules/`...
Here is my config from docker-compose.yml ` elastalert: image: bitsensor/elastalert:3.0.0-beta.1 volumes: - ./elastalert/config/elastalert.yaml:/opt/elastalert/config.yaml - ./elastalert/config/config.json:/opt/elastalert-server/config/config.json - ./elastalert/rules:/opt/elastalert/rules - ./elastalert/rule_templates:/opt/elastalert/rule_templates - /etc/localtime:/etc/localtime:ro ports: - "3030:3030" - "3333:3333" environment: TZ: "America/New_York" networks:...
How can I connect Elastalert to an Elasticsearch cluster?. Currently the configuration allows us to connect to only one node. I have a multi-node cluster and if do connect to...
Can you confirm if setting es_debug to true actually enables the debug logging of the ES requests? I see the startup saying it is enabled, but there are no additional...