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

Hi, When I am trying to test my elastalert rule, its throwing **SyntaxError: invalid syntax**. Below are the error I'm getting `Traceback (most recent call last): File "/usr/local/bin/elastalert-test-rule", line 33,...

## Version Info `kibana version: 7.9.0` `elasticsearch: 7.9.0` `elastalert: 3.0.0-beta.0` ## Docker Run ```bash #!/bin/bash docker stop elastalert docker rm -f elastalert docker run -d \ -p 3030:3030 \ -v...

for HA , could es_host in config.json support multiple ES hosts ?

Hi all, all i did so far was to `git clone https://github.com/bitsensor/elastalert.git; cd elastalert` Then change `es_host` n both the elastalert.yaml and config.json configuration files. then ran ``` docker run...

**_ERROR elastalert-server: TestController: Failed to test rule with error: INFO:elastalert:Note: In debug mode, alerts will be logged to console but NOT actually sent. To send them but remain verbose, use...

#147 issue temporary solved The latest dockerfile was created in May last year but current alpine version was created Dec last year so i tried to build with alpine 3.8ver...

I had to set elasticsearch version = 6.3.1 and to install urllib3==1.24.3

Transform the var elastalert_home to a global var in the dockerfile to be used in the different stages.