0

I need a way to get data from elasticsearch so that every time a JSON object get submitted into elasticsearch, it can be detected and sent to another process. I've been googling for a while, but I can't find any tools or tutorial to do this. Can anyone help?

Aldibe
  • 1,277
  • 2
  • 11
  • 16
  • These answers might help: http://stackoverflow.com/questions/34210383/what-is-the-best-way-to-implement-email-alerts-in-elastisearch/34215912#34215912 + http://stackoverflow.com/questions/39681300/how-to-set-up-percolator-to-return-when-an-aggregation-value-hits-a-certain-thre/39761323#39761323 – Val Feb 13 '17 at 08:15

1 Answers1

0

You are looking for alerting. Look at this video about how to use it

Vova Bilyachat
  • 18,765
  • 4
  • 55
  • 80