Revision 76088da23465f6515dbc88e6430a0aa5b039a59b authored by Mark Vieira on 26 May 2021, 14:57:15 UTC, committed by Mark Vieira on 26 May 2021, 14:57:23 UTC
1 parent b44ea7b
Raw File
repository.asciidoc
[[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:

[discrete]
==== 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.

<<repository-hdfs,HDFS Repository>>::

The Hadoop HDFS Repository plugin adds support for using HDFS as a repository.

<<repository-gcs,Google Cloud Storage Repository>>::

The GCS repository plugin adds support for using Google Cloud Storage service as a repository.


[discrete]
=== Community contributed repository plugins

The following plugin has been contributed by our community:

* https://github.com/BigDataBoutique/elasticsearch-repository-swift[Openstack Swift] (by Wikimedia Foundation and BigData Boutique)


include::repository-azure.asciidoc[]

include::repository-s3.asciidoc[]

include::repository-hdfs.asciidoc[]

include::repository-gcs.asciidoc[]
back to top