elastalert
elastalert copied to clipboard
ElastAlert that exposes REST API's for manipulating rules and alerts
Hello I tried installing elastalert without docker. yelp/elastalert: 0.2.1 (/opt/elastalert) bitsensor/elastalert: 2.0.1 (/opt/elastalert-server) Ubuntu 18.04 I replicated the steps from the Dockerfile, output `npm start`: ``` > @bitsensor/[email protected] start /opt/elastalert-server...
` is_enabled: True rules_folder: bdfint_rules run_every: minutes: 3 buffer_time: minutes: 3 use_ssl: False verify_certs: False es_send_get_body_as: GET verify_certs: False writeback_index: elastalert_status alert_time_limit: minutes: 30 ` In my config.yaml,"run_every" is 3...
> @bitsensor/[email protected] start /opt/elastalert-server > sh ./scripts/start.sh /opt/elastalert-server/src/common/websocket.js:34 wss.clients.forEach(function (ws) { ^ TypeError: Cannot read property 'clients' of null at Timeout._onTimeout (/opt/elastalert-server/src/common/websocket.js:22:7) at listOnTimeout (internal/timers.js:531:17) at processTimers (internal/timers.js:475:7) 11:24:28.480Z INFO...
Hi, I'm using docker image bitsensor/elastalert:3.0.0-beta.1 to run the elastalert server. I created a new alert using zabbix as an alert module. Here is the my rule file - `es_host:...
the latest version,how to config email warnning? thank u!
Hi, when testing my rule with email alert using the script 'elastalert-test-rule' all fields return correctly. The email body and subject are as expected. However, when the alert does run...
- docker version: Docker version 19.03.5, build 633a0ea - image: bitsensor/elastalert:3.0.0-beta.0 I have the following rule: ```yml name: Testing rule description: Sends alerts when an error occured index: core-* type:...
Hi, I'm running elastalert from the command line with - /usr/bin/python -m elastalert.elastalert --config /tmp/elastalert_config_file --verbose it runs one alert - which was supposed to aggregate notifications and notify once...
The following error occurred when I started the elastalert server `> @bitsensor/[email protected] start /opt/elastalert-server > sh ./scripts/start.sh /opt/elastalert-server/src/index.js:1 import ElastalertServer from './elastalert_server'; ^^^^^^ SyntaxError: Cannot use import statement outside a...