mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
* [DOCS] Remove manual redirects * [DOCS] Removed refs to modules-discovery-hosts-providers * [DOCS] Fixed broken internal refs * Fixing bad cross links in ES book, and adding redirects.asciidoc[] back into docs/reference/index.asciidoc. * Update docs/reference/search/point-in-time-api.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Update docs/reference/setup/restart-cluster.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Update docs/reference/sql/endpoints/translate.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Update docs/reference/snapshot-restore/restore-snapshot.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Update repository-azure.asciidoc * Update node-tool.asciidoc * Update repository-azure.asciidoc --------- Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Amy Jonsson <amy.jonsson@elastic.co> Co-authored-by: James Rodewig <james.rodewig@elastic.co>
27 lines
812 B
Text
27 lines
812 B
Text
[[repository]]
|
|
== Snapshot/restore repository plugins
|
|
|
|
Repository plugins extend the {ref}/snapshot-restore.html[Snapshot/Restore]
|
|
functionality in Elasticsearch by adding repositories backed by the cloud or
|
|
by distributed file systems:
|
|
|
|
[discrete]
|
|
==== Official repository plugins
|
|
|
|
NOTE: Support for S3, GCS and Azure repositories is now bundled in {es} by
|
|
default.
|
|
|
|
The official repository plugins are:
|
|
|
|
<<repository-hdfs,HDFS Repository>>::
|
|
|
|
The Hadoop HDFS Repository plugin adds support for using HDFS 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-hdfs.asciidoc[]
|