[DOCS] Fixes bulleted list in snapshot doc (#41475)

This commit is contained in:
gchaps 2019-07-18 09:12:43 -07:00 committed by GitHub
parent c1831b602d
commit a4252143ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,10 @@ you can restore a snapshot from the repository.
Youll find *Snapshot and Restore* under *Management > Elasticsearch*.
With this UI, you can:
* View a list of your snapshots and drill down into details
* Register a repository for storing your snapshots
* Restore data into your cluster from a snapshot
* Delete a snapshot to free storage space
* <<kib-snapshot-register-repository, Register a repository for storing your snapshots>>
* <<kib-view-snapshot, View a list of your snapshots and drill down into details>>
* <<kib-restore-snapshot, Restore data into your cluster from a snapshot>>
* <<kib-delete-snapshot, Delete a snapshot to free storage space>>
[role="screenshot"]
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.
more detailed information.
[float]
[[kib-snapshot-register-repository]]
=== Register a repository
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
{ref}/modules-snapshots.html#_repository_plugins[Repository plugins].
[float]
[[kib-view-snapshot]]
=== View your snapshots
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
the new data.
[float]
[[kib-restore-snapshot]]
=== Restore a snapshot
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.
image:management/snapshot-restore/images/restore-status.png["Snapshot details"]
[float]
[[kib-delete-snapshot]]
=== Delete a snapshot
Delete snapshots to manage your repository storage space.