Browse Source

[DOCS] Clarify reindex does not require existing dest

James Rodewig 5 years ago
parent
commit
41a93d7fd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/reindex.asciidoc

+ 1 - 1
docs/reference/docs/reindex.asciidoc

@@ -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
 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.
 
 Mappings, shard counts, replicas, and so on must be configured ahead of time.