elasticsearch/docs/reference/tab-widgets/snapshot-repo.asciidoc
David Kilfoyle 31c912703f
Fix link to removed Cloud snapshot and restore page (#98210) (#98211)
* Fix link to removed Cloud snapshot and restore page

* Add another similar link
2023-08-04 16:27:52 -04:00

19 lines
815 B
Text

// tag::cloud[]
When you create a cluster, {ess} automatically registers a default
{cloud}/ec-snapshot-restore.html[`found-snapshots`] repository. This repository
supports {search-snaps}.
The `found-snapshots` repository is specific to your cluster. To use another
cluster's default repository, refer to the Cloud
{cloud}/ec-snapshot-restore.html[Snapshot and restore] documentation.
You can also use any of the following custom repository types with {search-snaps}:
* {cloud}/ec-gcs-snapshotting.html[Google Cloud Storage (GCS)]
* {cloud}/ec-azure-snapshotting.html[Azure Blob Storage]
* {cloud}/ec-aws-custom-repository.html[Amazon Web Services (AWS)]
// end::cloud[]
// tag::self-managed[]
include::{es-repo-dir}/searchable-snapshots/index.asciidoc[tag=searchable-snapshot-repo-types]
// end::self-managed[]