mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
f230eabc15
Until now we had a cloud-azure plugin which is providing 3 distinct features: * discovery on Azure * snapshot/restore on Aure * SMB store This commit splits the plugin by feature so people can use either one or the other or both features. Doc is updated accordingly.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
[[repository]]
|
|
== Snapshot/Restore Repository Plugins
|
|
|
|
Repository plugins extend the {ref}/modules-snapshots.html[Snapshot/Restore]
|
|
functionality in Elasticsearch by adding repositories backed by the cloud or
|
|
by distributed file systems:
|
|
|
|
[float]
|
|
==== Core repository plugins
|
|
|
|
The core repository plugins are:
|
|
|
|
<<repository-s3,S3 Repository>>::
|
|
|
|
The S3 repository plugin adds support for using S3 as a repository.
|
|
|
|
<<repository-azure,Azure Repository>>::
|
|
|
|
The Azure repository plugin adds support for using Azure as a repository.
|
|
|
|
https://github.com/elastic/elasticsearch-hadoop/tree/master/repository-hdfs[Hadoop HDFS Repository]::
|
|
|
|
The Hadoop HDFS Repository plugin adds support for using an HDFS file system
|
|
as a repository.
|
|
|
|
|
|
[float]
|
|
=== Community contributed repository plugins
|
|
|
|
The following plugin has been contributed by our community:
|
|
|
|
* https://github.com/wikimedia/search-repository-swift[Openstack Swift] (by http://en.cam4.es/youngqcmeat/Wikimedia Foundation)
|
|
|
|
This community plugin appears to have been abandoned:
|
|
|
|
* https://github.com/kzwang/elasticsearch-repository-gridfs[GridFS] Repository (by Kevin Wang)
|
|
|
|
|
|
include::repository-azure.asciidoc[]
|
|
|
|
include::repository-s3.asciidoc[]
|
|
|