elastalert
elastalert copied to clipboard
ElastAlert that exposes REST API's for manipulating rules and alerts
HELLO - I use de docker image with the docker file that supports python3. (by @coandco) - I use ssl certificates between my cluster nodes - When I clone the...
Good afternoon. I am trying to tear out the image of the docker as it says in the official git: https://github.com/Yelp/elastalert I have version 7.3.4 of elasticsearch, and when I...
running the command gives me the following error.I am uaing es version 7.5.1. Somebody please help me docker run -it -p 3030:3030 -p 3333:3333 -v `pwd`/config/elastalert.yaml:/opt/elastalert/config.yaml -v `pwd`/config/elastalert-test.yaml:/opt/elastalert/config-test.yaml -v `pwd`/config/config.json:/opt/elastalert-server/config/config.json...
Who can provide an offline dockerfile!Thanks !
Hi There, On running elastalert as a docker image with elasticsearch 7.1.1, the following error message is thrown. (refer below) Any help is highly appreciated as we have recently moved...
I am getting below error in ElastAlert. I am using latest ElastAlert Image My Elastic search Version is 6.2.3 I have around 48 Rules Configured in ElastAlert ``` 07:06:02.208Z ERROR...
16:34:46.561Z ERROR elastalert-server: ProcessController: ERROR:root:Traceback (most recent call last): File "/opt/elastalert/elastalert/elastalert.py", line 1173, in run_all_rules num_matches = self.run_rule(rule, endtime, self.starttime) File "/opt/elastalert/elastalert/elastalert.py", line 870, in run_rule if not self.run_query(rule, rule['starttime'],...
I am working to use the bitsensor Elastalert for Docker setup. Unfortunately I have to build on a Windows WSL Linux. My corporate RHEL servers don't have a high enough...
Hi all, I run this docker command, but it always brings up the error "Published port are discarded...", and this will cause the container down, port 3030 will not accessible,...
Experiencing py2-yaml missing error when make build. How to install that file? Using Ubuntu 18.04 Can't find py2-yaml in pip and pyyaml is installed ERROR: unsatisfiable constraints: py2-yaml (missing): required...