Skip to content

Commit 6a742b6

Browse files
committed
[DOCS] Minor edits
1 parent e56bdd6 commit 6a742b6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/reference/elasticsearch/rest-apis/reindex-data-stream.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ applies_to:
88

99
# Reindex data stream examples [data-stream-reindex-api]
1010

11-
::::{admonition} New API reference
1211
For the most up-to-date API details, refer to [Migration APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-migration).
1312

14-
::::
15-
1613
::::{tip}
17-
These APIs are designed for indirect use by {{kib}}'s **Upgrade Assistant**. We strongly recommend you use the **Upgrade Assistant** to upgrade from 8.17 to {{version}}. For upgrade instructions, refer to [Upgrading to Elastic {{version}}](docs-content://deploy-manage/upgrade/deployment-or-cluster.md).
14+
The reindex data stream API are designed for indirect use by {{kib}}'s **Upgrade Assistant**. We strongly recommend you use the **Upgrade Assistant** to perform upgrades. Refer to [](docs-content://deploy-manage/upgrade.md).
1815
::::
1916

2017
The reindex data stream API is used to upgrade the backing indices of a data stream to the most recent major version. It works by reindexing each backing index into a new index, then replacing the original backing index with its replacement and deleting the original backing index. The settings and mappings from the original backing indices are copied to the resulting backing indices.

docs/reference/elasticsearch/rest-apis/reindex-indices.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ applies_to:
88

99
# Reindex indices examples
1010

11-
::::{admonition} New API reference
1211
For the most up-to-date API details, refer to [Document APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-document).
1312

14-
::::
15-
1613
## Running reindex asynchronously [docs-reindex-task-api]
1714

1815
If the request contains `wait_for_completion=false`, {{es}} performs some preflight checks, launches the request, and returns a `task` you can use to cancel or get the status of the task. {{es}} creates a record of this task as a document at `_tasks/<task_id>`.

0 commit comments

Comments
 (0)