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 ?
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 ?
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 ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.