Skip to content

Commit 1dd032b

Browse files
committed
[DOCS] Data stream snapshot behavior with excluded backing indices (elastic#72761)
1 parent 912d3b6 commit 1dd032b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/snapshot-restore/take-snapshot.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ You can also choose to include only specific backing indices in a snapshot.
6464
However, these backups do not include the associated data stream's
6565
metadata or its other backing indices.
6666

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+
6772
[discrete]
6873
[[create-snapshot-process-details]]
6974
=== Snapshot process details

0 commit comments

Comments
 (0)