Skip to content

Commit 41a93d7

Browse files
committed
[DOCS] Clarify reindex does not require existing dest
1 parent e28dbde commit 41a93d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ different. For example, you cannot reindex a data stream into itself.
1515
Reindex requires <<mapping-source-field,`_source`>> to be enabled for
1616
all documents in the source.
1717
18-
The destination must exist and should be configured as wanted before calling `_reindex`.
18+
The destination should be configured as wanted before calling `_reindex`.
1919
Reindex does not copy the settings from the source or its associated template.
2020
2121
Mappings, shard counts, replicas, and so on must be configured ahead of time.

0 commit comments

Comments
 (0)