|
@@ -79,7 +79,7 @@ you are restoring. Existing indices can only be restored if they are
|
|
|
the snapshot. The restore operation automatically opens restored indices if
|
|
|
they were closed and creates new indices if they do not exist in the cluster.
|
|
|
|
|
|
-If a data stream is restored, its backing indices are also restored.
|
|
|
+If a data stream is restored, its aliases and backing indices are also restored.
|
|
|
Alternatively, you can restore individual backing indices without restoring an
|
|
|
entire data stream. If you restore individual backing indices, they are not
|
|
|
automatically added to any existing data stream. For example, if only the
|
|
@@ -128,8 +128,11 @@ A comma-separated list of index settings that should not be restored from a snap
|
|
|
If `true`, index aliases from the original snapshot are restored.
|
|
|
Defaults to `true`.
|
|
|
+
|
|
|
-If `false`, prevents aliases from being restored together with associated
|
|
|
+If `false`, prevents index aliases from being restored together with associated
|
|
|
indices.
|
|
|
++
|
|
|
+This option doesn't affect data stream aliases. Restoring a data stream
|
|
|
+restores its aliases.
|
|
|
|
|
|
[[restore-snapshot-api-include-global-state]]
|
|
|
`include_global_state`::
|