Skip to content

Commit

Permalink
Tasks doc: fix a mistake about the reindex task description (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmbm authored and gmarouli committed Jul 22, 2022
1 parent 4975372 commit a12356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cluster/tasks.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<docs-reindex,`_reindex`>> which
has the search and the destination, or <<docs-bulk,`_bulk`>> which just has the
tasks have different descriptions, like <<docs-reindex,`_reindex`>> which
has the source and the destination, or <<docs-bulk,`_bulk`>> 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.
Expand Down

0 comments on commit a12356b

Please sign in to comment.