Browse Source

Document searchable snapshots supported repos (#69508)

Adds a note listing the repository types that can be used with
searchable snapshots.
David Turner 4 năm trước cách đây
mục cha
commit
e88038575d
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      docs/reference/searchable-snapshots/index.asciidoc

+ 14 - 0
docs/reference/searchable-snapshots/index.asciidoc

@@ -72,6 +72,20 @@ For more complex or time-consuming searches, you can use <<async-search>> 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)]
+* <<snapshots-filesystem-repository,Shared filesystems>> 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