elastalert
elastalert copied to clipboard
Easy & Flexible Alerting With ElasticSearch
The index in elastalert is stored as `elastalert_silence` instead of `silence`. This is confusing if the user is looking for the exact index names which elastalert uses
Added error reporting to [Sentry](https://sentry.io), when ENV variable `SENTRY_DSN` is defined. Any Python exception or logger message with severity at least `WARNING` will be reported to Sentry (if configured).
ElastAlert already depends on AWS sdk for SNS so this PR does not bring any additional dependencies. I guess I need to add automated tests but not sure how to...
I've added code to enable alert output to RabbitMQ. Main functionality uses pika.
Here is a ElastAlert Alerter I wrote for use with CA Flowdock. For consideration of a merge, or for use by others in the meantime.
We started using ElastAlert and we would like to merge our Spark alerter changes to the repo. https://www.ciscospark.com/products/spark-messaging.html
this has no tests and no docs but it uses file system locks to provide feature of having alert alerting on start of issue and on stop of the issue...