elastalert
elastalert copied to clipboard
ElastAlert that exposes REST API's for manipulating rules and alerts
Dockerfile is not working
Starting the docker a container with elastalert I don't extort separately the elastalert project to receive create_index.py the file. And for correct work it is required to create the index...
I want to setting Asia/Taipei for timezone ? Can you tell me ~ How can i do !! Dockerfile: FROM alpine:latest as py-ea ARG ELASTALERT_VERSION=v0.1.36 ENV ELASTALERT_VERSION=${ELASTALERT_VERSION} ARG ELASTALERT_URL=https://github.com/Yelp/elastalert/archive/$ELASTALERT_VERSION.zip ENV...
Elastalert create multiple writeback indexes for ES > 6 : https://github.com/Yelp/elastalert/blob/master/elastalert/create_index.py -> for ES < 6, documents are in a single index, seprated by document type -> for ES >=...
I have pulled latest elastalert over git, built docker image. (0.1.39) Created local config / elastalert and rules related yaml files. Now running docker container with local volumes of above...
I think it‘s better to change the timezone by mounting /etc/localtime than setting EVN VARS !!!
Any plans on adding a silence endpoint? Elastalert allows you to silence an alarm for a given time: https://elastalert.readthedocs.io/en/latest/elastalert_status.html#silence
Hello, Can you sign the docker image in dockerhub? We have setup and enable the docker content trust and it isn't approving your image. We have it check against the...
Hi, I receive this error in the logs for a rule I created that uses the .ml-anomalies-shared as the index property. The goal for my project is to query the...
Hello, we have a problem to start elastalert-server, it always finishes with error: ``` 08:01:20.944Z INFO elastalert-server: ProcessController: Starting ElastAlert 08:01:20.944Z INFO elastalert-server: ProcessController: Creating index 08:01:21.458Z ERROR elastalert-server: ProcessController:...