Scheduling search query in Elasticsearch

Hi ,
I have a search query that has to execute everyday at 11 AM IST , Can we schedule the queries in elasticsearch?

GET my-index-*/_search
{
"query": {
.................... searching for something
}
}

I don't want to execute the above query manually everyday ,is there any way that i can schedule this so that it executes automatically and get me the result.

Regards,
Ramya

How about alerting using the search input?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.