repository.asciidoc 976 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [[repository]]
  2. == Snapshot/Restore Repository Plugins
  3. Repository plugins extend the {ref}/modules-snapshots.html[Snapshot/Restore]
  4. functionality in Elasticsearch by adding repositories backed by the cloud or
  5. by distributed file systems:
  6. [float]
  7. ==== Core repository plugins
  8. The core repository plugins are:
  9. <<repository-s3,S3 Repository>>::
  10. The S3 repository plugin adds support for using S3 as a repository.
  11. <<repository-azure,Azure Repository>>::
  12. The Azure repository plugin adds support for using Azure as a repository.
  13. <<repository-hdfs,HDFS Repository>>::
  14. The Hadoop HDFS Repository plugin adds support for using HDFS as a repository.
  15. [float]
  16. === Community contributed repository plugins
  17. The following plugin has been contributed by our community:
  18. * https://github.com/wikimedia/search-repository-swift[Openstack Swift] (by Wikimedia Foundation)
  19. include::repository-azure.asciidoc[]
  20. include::repository-s3.asciidoc[]
  21. include::repository-hdfs.asciidoc[]