elastalert icon indicating copy to clipboard operation
elastalert copied to clipboard

ElastAlert that exposes REST API's for manipulating rules and alerts

Results 96 elastalert issues
Sort by recently updated
recently updated
newest added

@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 ![image](https://user-images.githubusercontent.com/4179079/63325809-77281080-c35d-11e9-8433-ce50d413d4a2.png) but server start on 3030 ![image](https://user-images.githubusercontent.com/4179079/63325844-8909b380-c35d-11e9-99a4-7f7a8eb86450.png)

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...