repository.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. [discrete]
  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. <<repository-gcs,Google Cloud Storage Repository>>::
  16. The GCS repository plugin adds support for using Google Cloud Storage service as a repository.
  17. [discrete]
  18. === Community contributed repository plugins
  19. The following plugin has been contributed by our community:
  20. * https://github.com/BigDataBoutique/elasticsearch-repository-swift[Openstack Swift] (by Wikimedia Foundation and BigData Boutique)
  21. include::repository-azure.asciidoc[]
  22. include::repository-s3.asciidoc[]
  23. include::repository-hdfs.asciidoc[]
  24. include::repository-gcs.asciidoc[]