# HG changeset patch # User Oleksandr Gavenko # Date 1511647169 -7200 # Node ID 5085ac83075bc9547708324ae59864add89048e1 # Parent e765d2924785cfcf26fb1ac8419dd7f3a0d6934a List of tasks executed in cluster. diff -r e765d2924785 -r 5085ac83075b elasticsearch.rst --- a/elasticsearch.rst Sat Nov 25 20:59:48 2017 +0200 +++ b/elasticsearch.rst Sat Nov 25 23:59:29 2017 +0200 @@ -40,6 +40,12 @@ GET /_cluster/state?pretty +List of tasks executed in cluster:: + + GET /_cat/tasks?v + GET /_cat/tasks?detailed + GET _tasks + List of indexes (status, health, size):: GET /_cat/indices @@ -62,6 +68,8 @@ List All Indices. https://www.elastic.co/guide/en/elasticsearch/reference/current/cat.html cat APIs. +https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html + Task Management API. Managing indexes ================