From 82c3d1c6bf16088eee80b4bc4ac1c5780d791042 Mon Sep 17 00:00:00 2001 From: jxie-1 Date: Tue, 19 Aug 2025 12:04:12 -0500 Subject: [PATCH] Remove reindex task management examples --- .../rest-apis/reindex-indices.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/docs/reference/elasticsearch/rest-apis/reindex-indices.md b/docs/reference/elasticsearch/rest-apis/reindex-indices.md index 2bacf0ad88020..e06968aaf3e6b 100644 --- a/docs/reference/elasticsearch/rest-apis/reindex-indices.md +++ b/docs/reference/elasticsearch/rest-apis/reindex-indices.md @@ -36,7 +36,6 @@ You can learn how to: - [Reindex from remote](#reindex-from-remote) **Troubleshooting** -- [Monitor reindex tasks](#monitor-reindex-tasks) - [Diagnose node failures](#diagnose-node-failures) - [Version conflicts](#version-conflicts) @@ -738,24 +737,6 @@ These must be specified in the `elasticsearch.yml` file, with the exception of t It is not possible to configure SSL in the body of the reindex API request. Refer to [Reindex settings](/reference/elasticsearch/configuration-reference/index-management-settings.md#reindex-settings). -## Monitor reindex tasks [monitor-reindex-tasks] - -When run asynchronously with `wait_for_completion=false`, a reindex task can be monitored with the task management API: -```console -GET _tasks/r1A2WoRbTwKZ516z6NEs5A:36619 -``` -% TEST[catch:missing] - -To view all currently running reindex tasks: -```console -GET _tasks?actions=*reindex -``` - -You can also cancel a running reindex task: -```console -POST _tasks/r1A2WoRbTwKZ516z6NEs5A:36619/_cancel -``` - ## Diagnose node failures [diagnose-node-failures] Node crashes can sometimes be caused by insufficient disk space. To check disk allocation across your cluster: