Saturday 21 November 2015

Elasticsearch: Get the pending tasks in cluster


“pending_tasks” api provides all pending tasks in this cluster.

GET _cluster/pending_tasks

Response like below.

{
   "tasks": []
}

Currently I don’t have any pending tasks. If any pending tasks presents, then api displays all of them.





Prevoius                                                 Next                                                 Home

No comments:

Post a Comment