Difference between revisions of "Elasticsearch snapshot repository"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html
  
 
  [[GET /_snapshot]]
 
  [[GET /_snapshot]]
  PUT /_snapshot/your-repo
+
  [[PUT /_snapshot/]]your-repo
  POST /_snapshot/your-repo
+
  [[POST /_snapshot/]]your-repo
  
 +
[[GET /_cat/snapshots/your-snapshot-repo]]
 +
 +
GET [[/_cat/repositories]]
 +
 +
DELETE [[/_snapshot/]]my_repository
 +
{"acknowledged":true}
 +
 +
https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-snapshot-repo-api.html
 +
 +
 +
 +
* Types: <code>[[azure]], [[gcs]], [[s3]], [[fs]], [[source]], [[url]]</code> (Read-only URL repository), <code>[[hdfs]]</code>
  
 
== Related ==
 
== Related ==
 
* [[Elasticsearch snapshot]]
 
* [[Elasticsearch snapshot]]
 
* [[Elasticsearch index]]
 
* [[Elasticsearch index]]
 +
* [[Create or update snapshot]]
 +
* [[Elasticsearch GCS snapshot]]: <code>[[base_path]]</code>, https://www.elastic.co/guide/en/cloud/current/ec-gcs-snapshotting.html
  
 +
[[/_cat/recovery]]
  
 
== See also ==
 
== See also ==

Latest revision as of 08:58, 12 July 2022

Advertising: