Notifications for a query

Hello Everyone,

Started working with Elasticsearch recently.
Just wanted to know if there's any way of being notified when a document
matches a query. (essentially create a monitoring system)
Can I use percolator to do this ?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAO9TxdPOJGbY8nEj4Hj31LMr%3DaVLTwc_%3DwJW%3Drc7Ly2LAYc8nw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I'd really appreciate any ideas for this.

On Monday, July 21, 2014 10:28:31 AM UTC-5, P lva wrote:

Hello Everyone,

Started working with Elasticsearch recently.
Just wanted to know if there's any way of being notified when a document
matches a query. (essentially create a monitoring system)
Can I use percolator to do this ?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/0c74ac3a-3a05-4dd4-b91d-0ee028e60f3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

If you have a single entry point to add documents, then yes, you can
percolate them as they come in.
ES will answer your percolation request with a list of queries that match
the percolated document.
How you turn this response into notifications and actions is up to you to
implement.

On Monday, July 21, 2014 11:28:31 AM UTC-4, P lva wrote:

Hello Everyone,

Started working with Elasticsearch recently.
Just wanted to know if there's any way of being notified when a document
matches a query. (essentially create a monitoring system)
Can I use percolator to do this ?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efbc2ecc-8b26-40ce-96ea-a888058b0015%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.