We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912d3b6 commit 1dd032bCopy full SHA for 1dd032b
docs/reference/snapshot-restore/take-snapshot.asciidoc
@@ -64,6 +64,11 @@ You can also choose to include only specific backing indices in a snapshot.
64
However, these backups do not include the associated data stream's
65
metadata or its other backing indices.
66
67
+Snapshots can also include a data stream but exclude specific backing indices.
68
+When you restore the data stream, it will contain only backing indices present
69
+in the snapshot. If the stream's original write index is not in the snapshot,
70
+the most recent backing index from the snapshot becomes the stream's write index.
71
+
72
[discrete]
73
[[create-snapshot-process-details]]
74
=== Snapshot process details
0 commit comments