OpenSearch/docs/plugins/repository.asciidoc
David Pilato 30aa231f8e [plugin] split cloud-aws in repository-s3 and discovery-ec2
Until now we had a cloud-aws plugin which is providing 2 disctinct features:

* discovery on EC2
* snapshot/restore on S3

This commit splits the plugin by feature so people can use either one or the other or both features.

Doc is updated accordingly.
2015-09-03 11:12:20 +02:00

41 lines
1.1 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.
<<cloud-azure,Azure Cloud>>::
The Azure Cloud 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-s3.asciidoc[]