Skip to content

Commit ad785dd

Browse files
Update docs/reference/migration/apis/data-stream-reindex.asciidoc
Co-authored-by: Keith Massey <[email protected]>
1 parent 2cd9099 commit ad785dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This api runs in the background because reindexing all indices in a large data s
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
2424
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
25+
completes, whether it finished successfully or failed. However, only the last status is retained so re-running a reindex
2626
will overwrite the previous status for that data stream. A running or recently completed data stream reindex task can be
2727
cancelled using the <<data-stream-reindex-cancel-api,reindex cancel API>>.
2828

0 commit comments

Comments
 (0)