List of tasks executed in cluster.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 25 Nov 2017 23:59:29 +0200
changeset 2207 5085ac83075b
parent 2206 e765d2924785
child 2208 78545cdddf98
List of tasks executed in cluster.
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
 ================