[DOCS] Clarify reindex does not require existing dest

This commit is contained in:
James Rodewig 2020-08-03 12:46:13 -04:00
parent 5be515f126
commit c5f4f91ac4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ different. For example, you cannot reindex a data stream into itself.
Reindex requires <<mapping-source-field,`_source`>> to be enabled for Reindex requires <<mapping-source-field,`_source`>> to be enabled for
all documents in the source. all documents in the source.
The destination must exist and should be configured as wanted before calling `_reindex`. The destination should be configured as wanted before calling `_reindex`.
Reindex does not copy the settings from the source or its associated template. Reindex does not copy the settings from the source or its associated template.
Mappings, shard counts, replicas, and so on must be configured ahead of time. Mappings, shard counts, replicas, and so on must be configured ahead of time.