Skip to content

Commit 8b9630f

Browse files
committed
Fixing links
1 parent 2e94684 commit 8b9630f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ By default, a snapshot of a cluster contains the cluster state, all regular data
8181
- [Ingest pipelines](/manage-data/ingest/transform-enrich/ingest-pipelines.md)
8282
- [ILM policies](/manage-data/lifecycle/index-lifecycle-management.md)
8383
- [Stored scripts](/explore-analyze/scripting/modules-scripting-using.md#script-stored-scripts)
84-
- For snapshots taken after 7.12.0, [feature states](#feature-states)
84+
- For snapshots taken after 7.12.0, [feature states](#feature-state)
8585

8686
You can also take snapshots of only specific data streams or indices in the cluster. A snapshot that includes a data stream or index automatically includes its aliases. When you restore a snapshot, you can choose whether to restore these aliases.
8787

@@ -159,7 +159,7 @@ Reindexing from remote can take significantly longer than restoring a snapshot.
159159

160160
A copy of the data directories of a cluster’s nodes does not work as a backup because it is not a consistent representation of their contents at a single point in time. You cannot fix this by shutting down nodes while making the copies, nor by taking atomic filesystem-level snapshots, because Elasticsearch has consistency requirements that span the whole cluster. You must use the built-in snapshot functionality for cluster backups.
161161

162-
### Repository contents
162+
### Repository contents [snapshot-repository-contents]
163163

164164
**Don’t modify anything within the repository or run processes that might interfere with its contents.** If something other than Elasticsearch modifies the contents of the repository then future snapshot or restore operations may fail, reporting corruption or other data inconsistencies, or may appear to succeed having silently lost some of your data.
165165

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows you how to restore a snapshot. Snapshots are a convenient way t
1414
In this guide, you’ll learn how to:
1515

1616
- [Get a list of available snapshots](#get-a-list-of-available-snapshots)
17-
- [Restore an index or data stream from a snapshot](#restore-an-index-or-data-stream)
17+
- [Restore an index or data stream from a snapshot](#restore-index-data-stream)
1818
- [Restore a feature state](#restore-feature-state)
1919
- [Restore an entire cluster](#restore-entire-cluster)
2020
- [Monitor the restore operation](#monitor-restore)
@@ -70,7 +70,7 @@ By default, a restore request attempts to restore all regular indices and regula
7070

7171
If you’re restoring data to a pre-existing cluster, use one of the following methods to avoid conflicts with existing indices and data streams:
7272

73-
- [Delete and restore](#delete-and-restore)
73+
- [Delete and restore](#delete-restore)
7474
- [Rename on restore](#rename-on-restore)
7575

7676
### Delete and restore [delete-restore]

raw-migrated-files/elasticsearch/elasticsearch-reference/snapshot-restore.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ Any index you restore from a snapshot must also be compatible with the current c
109109
| 7.2–7.17 ||||||
110110
| 8.0–8.17 ||||||
111111

112-
[1] Supported with [archive indices](../../../deploy-manage/tools/snapshot-and-restore.md#fn-archive).
113-
114-
1. Supported with [archive indices](../../../deploy-manage/upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md).
112+
[1] Supported with [archive indices](../../../deploy-manage/upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md).
115113

116114
You can’t restore an index to an earlier version of {{es}}. For example, you can’t restore an index created in 7.6.0 to a cluster running 7.5.0.
117115

0 commit comments

Comments
 (0)