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

docker run -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 -v `pwd`/rules:/opt/elastalert/rules -v `pwd`/rule_templates:/opt/elastalert/rule_templates --net="host" --name elastalert bitsensor/elastalert:latest WARNING: Published ports are discarded when using host network mode...

As I know that elastalert not supported python 2.x in the new version, if possible please help to update the dockerfile with python 3.6.x version. [Python 2 NOT anymore supported...

We should consider creating helm chart for easier installation for elastalert

I have elastalert:3.0.0-beta.0 installed using docker in windows Following is my rule .yaml file name: Example email rule type: frequency index: Winlogbeat-* num_events: 2 timeframe: hours: 1 filter: - term:...

When rule files are indented with 2 spaces (the yaml suggested indentation), queries become malformed with the error message: ``` WARNING:elasticsearch:GET http://elasticsearch:9200/logstash*/_search?_source_include=%40timestamp%2C%2A&ignore_unavailable=true&scroll=30s&size=10000 [status:400 request:0.156s] ERROR:root:Error running query: RequestError(400, u'parsing_exception', u'[query_string]...

Using default settings specified in the ReadMe of ElastAlert Server the associated Kibana plugin doesn't create rule files with the default rule location. `03:06:24.149Z ERROR elastalert-server: Routes: Request for '/rules/:id'...

/opt/elastalert/rules $ elastalert-test-rule test1.yaml Traceback (most recent call last): File "/usr/bin/elastalert-test-rule", line 11, in load_entry_point('elastalert==0.2.0b2', 'console_scripts', 'elastalert-test-rule')() File "/usr/lib/python2.7/site-packages/elastalert-0.2.0b2-py2.7.egg/elastalert/test_rule.py", line 441, in main test_instance.run_rule_test() File "/usr/lib/python2.7/site-packages/elastalert-0.2.0b2-py2.7.egg/elastalert/test_rule.py", line 408, in run_rule_test...

Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/opt/elastalert/elastalert/test_rule.py", line 458, in...

HI ! I Installed elastalert server and kibana plugin with version 6.4.3. To add rules is possible but I can't see the Rule Templates in Kibana. Br Mario

I tried to setup elastalert to run with my 7.1.1 installed ES but the ElastAlert keep telling me that it send amil to my adress but never reach my account....