elasticsearch/docs/reference/tab-widgets/snapshot-repo.asciidoc
Liam Thompson 33a71e3289
[DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413)
* Remove `es-test-dir` book-scoped variable

* Remove `plugins-examples-dir` book-scoped variable

* Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables

- In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed.
- In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path
- In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem

* Replace `es-repo-dir` with `es-ref-dir`

* Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
2024-04-17 14:37:07 +02:00

19 lines
814 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-ref-dir}/searchable-snapshots/index.asciidoc[tag=searchable-snapshot-repo-types]
// end::self-managed[]