OpenSearch/docs/reference/cluster
Nik Everett e392e0b1df Create get task API that falls back to the .tasks index
This adds a get task API that supports GET /_tasks/${taskId} and
removes that responsibility from the list tasks API. The get task
API supports wait_for_complation just as the list tasks API does
but doesn't support any of the list task API's filters. In exchange,
it supports falling back to the .results index when the task isn't
running any more. Like any good GET API it 404s when it doesn't
find the task.

Then we change reindex, update-by-query, and delete-by-query to
persist the task result when wait_for_completion=false. The leads
to the neat behavior that, once you start a reindex with
wait_for_completion=false, you can fetch the result of the task by
using the get task API and see the result when it has finished.

Also rename the .results index to .tasks.
2016-06-14 13:37:34 -04:00
..
allocation-explain.asciidoc Add whether the shard state fetch is pending to the allocation explain API 2016-05-23 09:42:57 -06:00
health.asciidoc Added desc for parameter <local> 2015-12-11 22:26:33 -02:00
nodes-hot-threads.asciidoc Core: ignore known idle threads by default in /_nodes/hot_threads 2014-12-17 11:59:31 -05:00
nodes-info.asciidoc Added ingest info to node info API, which contains a list of available processors. 2016-03-07 14:44:50 +01:00
nodes-stats.asciidoc Add I/O statistics on Linux 2016-05-17 16:16:39 -04:00
pending.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
reroute.asciidoc Limit retries of failed allocations per index (#18467) 2016-05-20 20:37:45 +02:00
state.asciidoc Cluster State API: Remove index template filtering 2014-05-05 14:54:14 +02:00
stats.asciidoc Remove index_writer_max_memory stat from segment stats 2016-05-31 06:29:29 -04:00
tasks.asciidoc Create get task API that falls back to the .tasks index 2016-06-14 13:37:34 -04:00
update-settings.asciidoc Clarification about precedence of settings 2016-03-10 14:29:51 +01:00