Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docs/reference/elasticsearch/rest-apis/reindex-indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down
Loading