Skip to content

Commit 863b8e4

Browse files
Update deploy-manage/tools/snapshot-and-restore/restore-snapshot.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 5a2f5ec commit 863b8e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy-manage/tools/snapshot-and-restore/restore-snapshot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ This guide also provides tips for [restoring to another cluster](#restore-differ
6262
- To restore a snapshot, the cluster’s global metadata must be writable. Ensure there aren’t any cluster blocks that prevent writes. The restore operation ignores index blocks.
6363
- Before you restore a data stream, ensure the cluster contains a [matching index template](/manage-data/use-case-use-elasticsearch-to-manage-time-series-data.md#create-ts-index-template) with data stream enabled. To check, use [Kibana’s Index Management](/manage-data/data-store/index-types.md#index-management-manage-index-templates) feature or the get index template API:
6464

65-
```console
66-
GET _index_template/*?filter_path=index_templates.name,index_templates.index_template.index_patterns,index_templates.index_template.data_stream
67-
```
65+
```console
66+
GET _index_template/*?filter_path=index_templates.name,index_templates.index_template.index_patterns,index_templates.index_template.data_stream
6867

6968
- If no such template exists, you can [matching index template](/manage-data/use-case-use-elasticsearch-to-manage-time-series-data.md#create-ts-index-template) or restore a cluster state that contains one. Without a matching index template, a data stream can’t roll over or create backing indices.
7069
- If your snapshot contains data from App Search or Workplace Search, ensure you’ve restored the Enterprise Search encryption key before restoring the snapshot.

0 commit comments

Comments
 (0)