elastalert
elastalert copied to clipboard
ElastAlert that exposes REST API's for manipulating rules and alerts
Hi, guys! I have are some problem to the run ElastAlert server. When I add a rule through ElastAlert Kibana Plugin, I click the server crashes with an error. [@kibana]#...
When I hit test rule it causes authentication error: ``` 13:36:41.618Z ERROR elastalert-server: TestController: Failed to test rule with error: WARNING:elasticsearch:GET http://localhost:9200/ [status:401 request:0.003s] Error connecting to ElasticSearch: AuthenticationException(401, u'security_exception',...
Docker build is failing at install of configparser. I've tried replacing the requirements.txt call with a custom list calling out an older version in case it was a versioning issue,...
Hi, I am running elastalert-server by using this commands cd ~/elastalert-server vi config/config.json npm install npm run start it is running fine but after creating rules in praeco server it...
I install Kibana elastalert plugin in ELK Server. I am getting below Error. Kindly Suggest me what is the issue. Note: ELK Stack running on same server 502 - Bad...
``` 01:49:00.977Z INFO elastalert-server: Server: Server started 01:49:01.822Z ERROR elastalert-server: ProcessController: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) 01:49:01.824Z ERROR elastalert-server: ProcessController:...
After I remove a Rule, it will continue to execute unless I restart docker container
Based on the changes by @nqkdev in #117, but including needed changes to launch elastalert under Python 3 while still using Python 2 for node-gyp.
It just fails with the below error - ``` > @bitsensor/[email protected] start /opt/elastalert-server > sh ./scripts/start.sh 23:20:56.855Z INFO elastalert-server: Server: Stopping server /opt/elastalert-server/src/common/websocket.js:34 wss.clients.forEach(function (ws) { ^ TypeError: Cannot read...