File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ and then the previous write index can be cloned.
5656Use the clone index API to clone an existing index into a new index, where each
5757original primary shard is cloned into a new primary shard in the new index.
5858
59- IMPORTANT: Cloning doesn't copy index metadata. This metadata includes aliases,
60- {ilm-init} phase definitions, and {ccr-init} follower information. For example,
61- if you clone a {ccr-init} follower index, the resulting clone won't be a
62- follower index.
59+ IMPORTANT: {es} doesn't apply index templates to the resulting index. The API
60+ also doesn't copy index settings or metadata from the original index. Index
61+ metadata includes aliases, {ilm-init} phase definitions, and {ccr-init} follower
62+ information. For example, if you clone a {ccr-init} follower index, the
63+ resulting clone won't be a follower index.
6364
6465[[cloning-works]]
6566===== How cloning works
You can’t perform that action at this time.
0 commit comments