File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
docs/reference/migration/apis Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ from the original backing indices are copied to the resulting backing indices.
2121This api runs in the background because reindexing all indices in a large data stream
2222is expected to take a large amount of time and resources. The endpoint will return immediately and a persistent
2323task 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]
You can’t perform that action at this time.
0 commit comments