From 17fde1ef31d916eafdfa0542c192365aa520ce02 Mon Sep 17 00:00:00 2001 From: Mary Gouseti Date: Fri, 22 Jul 2022 14:29:21 +0300 Subject: [PATCH] Tasks doc: fix a mistake about the reindex task description (#88669) (#88720) Authored-by: Elasticsearch addict --- docs/reference/cluster/tasks.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/cluster/tasks.asciidoc b/docs/reference/cluster/tasks.asciidoc index 13f966aa58cb0..74c6b5ed9c4ad 100644 --- a/docs/reference/cluster/tasks.asciidoc +++ b/docs/reference/cluster/tasks.asciidoc @@ -183,8 +183,8 @@ The API returns the following result: The new `description` field contains human readable text that identifies the particular request that the task is performing such as identifying the search request being performed by a search task like the example above. Other kinds of -task have different descriptions, like <> which -has the search and the destination, or <> which just has the +tasks have different descriptions, like <> which +has the source and the destination, or <> which just has the number of requests and the destination indices. Many requests will only have an empty description because more detailed information about the request is not easily available or particularly helpful in identifying the request.