1

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?

A.N.B Akhilesh
  • 211
  • 4
  • 16

2 Answers2

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

Real Time Alerting using ElasticSearch Watcher

Tanmay Deshpande
  • 491
  • 1
  • 4
  • 10