I'm using Packetbeat, Elasticsearch 1.5 and kibana 4. I want an email alerting feature for elasticsearch. Is there any tool or open source tool for this email feature?
Asked
Active
Viewed 4,308 times
2 Answers
8
We don't know much about your use case, but Elasticsearch Watcher or ElastAlert might be two options you want to check out.

Val
- 207,596
- 13
- 358
- 360
-
There's also another way to implement very simple alerts: http://stackoverflow.com/questions/39681300/how-to-set-up-percolator-to-return-when-an-aggregation-value-hits-a-certain-thre/39761323#39761323 – Val Nov 10 '16 at 15:59
3
Elasticsearch Watcher is the best option but it is paid. You can always validate it using the trial period. Here is an article on how to use Watcher for Email alerting

Tanmay Deshpande
- 491
- 1
- 4
- 10
-
That was already proposed in Val's answer. What is the news that you add in your answer? – Werner Henze Jun 15 '16 at 08:26
-