From 7711d83a434da4662480209dba10ad6805935f77 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 24 Feb 2021 09:02:16 +0000 Subject: [PATCH] Document searchable snapshots supported repos (#69508) Adds a note listing the repository types that can be used with searchable snapshots. --- docs/reference/searchable-snapshots/index.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/searchable-snapshots/index.asciidoc b/docs/reference/searchable-snapshots/index.asciidoc index 1080675175f70..69c19a72186ca 100644 --- a/docs/reference/searchable-snapshots/index.asciidoc +++ b/docs/reference/searchable-snapshots/index.asciidoc @@ -72,6 +72,20 @@ For more complex or time-consuming searches, you can use <> with {search-snaps}. ==== +[[searchable-snapshots-repository-types]] +You can use any of the following repository types with searchable snapshots: + +* {plugins}/repository-s3.html[AWS S3] +* {plugins}/repository-gcs.html[Google Cloud Storage] +* {plugins}/repository-azure.html[Azure Blob Storage] +* {plugins}/repository-hdfs.html[Hadoop Distributed File Store (HDFS)] +* <> such as NFS + +You can also use alternative implementations of these repository types, for +instance +{plugins}/repository-s3-client.html#repository-s3-compatible-services[Minio], +as long as they are fully compatible. + [discrete] [[how-searchable-snapshots-work]] === How {search-snaps} work