Skip to content

Commit e1f249f

Browse files
committed
Docs update
1 parent 7c1b83b commit e1f249f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/migration/apis/data-stream-reindex.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ from the original backing indices are copied to the resulting backing indices.
2121
This api runs in the background because reindexing all indices in a large data stream
2222
is expected to take a large amount of time and resources. The endpoint will return immediately and a persistent
2323
task will be created to run in the background. The current status of the task can be checked with
24-
the <<data-stream-reindex-status-api,reindex status API>>. This status will be available for 24 hours after the task completes, whether
25-
it finished successfully or failed. If the status is still available for a task, the task must be cancelled before it can be re-run.
26-
A running or recently completed data stream reindex task can be cancelled using the <<data-stream-reindex-cancel-api,reindex cancel API>>.
24+
the <<data-stream-reindex-status-api,reindex status API>>. This status will be available for 24 hours after the task
25+
completes, whether it finished successfully or failed however only the last status is retained so re-running a reindex
26+
will overwrite the previous status for that data stream. A running or recently completed data stream reindex task can be
27+
cancelled using the <<data-stream-reindex-cancel-api,reindex cancel API>>.
2728

2829
///////////////////////////////////////////////////////////
2930
[source,console]

0 commit comments

Comments
 (0)