How to use Elastic Search to get alerts when document's datetime field value is 2 days

Viewed 203

percolate can be run when there is any updates on the document and we can identify any rules matching the document. But how can we use this to find documents where a datetime field value is 2 days away, like, find open tickets and 2 days before their expected closed date.

1 Answers
Related