Skip to content
This repository was archived by the owner on Mar 31, 2024. It is now read-only.

Commit a79f418

Browse files
committed
[DOCS] Fixes bulleted list in snapshot doc (elastic#41475)
1 parent 25ea38d commit a79f418

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/management/snapshot-restore/index.asciidoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ you can restore a snapshot from the repository.
1111
You’ll find *Snapshot and Restore* under *Management > Elasticsearch*.
1212
With 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"]
2020
image: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.
2424
more detailed information.
2525

2626
[float]
27+
[[kib-snapshot-register-repository]]
2728
=== Register a repository
2829

2930
The *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

4850
The *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
6264
the new data.
6365

6466
[float]
67+
[[kib-restore-snapshot]]
6568
=== Restore a snapshot
6669

6770
The *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.
7780
image:management/snapshot-restore/images/restore-status.png["Snapshot details"]
7881

7982
[float]
83+
[[kib-delete-snapshot]]
8084
=== Delete a snapshot
8185

8286
Delete snapshots to manage your repository storage space.

0 commit comments

Comments
 (0)