@@ -11,10 +11,10 @@ you can restore a snapshot from the repository.
1111You’ll find *Snapshot and Restore* under *Management > Elasticsearch*.
1212With this UI, you can:
1313
14- * View a list of your snapshots and drill down into details
15- * Register a repository for storing your snapshots
16- * Restore data into your cluster from a snapshot
17- * Delete a snapshot to free storage space
14+ * <<kib-snapshot-register-repository, Register a repository for storing your snapshots>>
15+ * <<kib-view-snapshot, View a list of your snapshots and drill down into details>>
16+ * <<kib-restore-snapshot, Restore data into your cluster from a snapshot>>
17+ * <<kib-delete-snapshot, Delete a snapshot to free storage space>>
1818
1919[role="screenshot"]
2020image:management/snapshot-restore/images/snapshot_list.png["Snapshot list"]
@@ -24,6 +24,7 @@ Before using this feature, you should be familiar with how snapshots work.
2424more detailed information.
2525
2626[float]
27+ [[kib-snapshot-register-repository]]
2728=== Register a repository
2829
2930The *Repositories* view provides an overview of your repositories. You can
@@ -43,6 +44,7 @@ To use other repositories, such as S3, you can install plugins. See
4344{ref}/modules-snapshots.html#_repository_plugins[Repository plugins].
4445
4546[float]
47+ [[kib-view-snapshot]]
4648=== View your snapshots
4749
4850The *Snapshots* view gives an overview of your snapshots. You can drill down
@@ -62,6 +64,7 @@ All subsequent snapshots save the changes between the existing snapshots and
6264the new data.
6365
6466[float]
67+ [[kib-restore-snapshot]]
6568=== Restore a snapshot
6669
6770The *Restore* wizard walks you through the process of restoring a snapshot
@@ -77,6 +80,7 @@ see the current state for each shard in the snapshot.
7780image:management/snapshot-restore/images/restore-status.png["Snapshot details"]
7881
7982[float]
83+ [[kib-delete-snapshot]]
8084=== Delete a snapshot
8185
8286Delete snapshots to manage your repository storage space.
0 commit comments