Difference between revisions of "Elasticsearch snapshot repository"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[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]] | 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> | * Types: <code>[[azure]], [[gcs]], [[s3]], [[fs]], [[source]], [[url]]</code> (Read-only URL repository), <code>[[hdfs]]</code> | ||
Line 13: | Line 22: | ||
* [[Elasticsearch index]] | * [[Elasticsearch index]] | ||
* [[Create or update snapshot]] | * [[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
https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html
GET /_snapshot PUT /_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
Related[edit]
- Elasticsearch snapshot
- Elasticsearch index
- Create or update snapshot
- Elasticsearch GCS snapshot:
base_path
, https://www.elastic.co/guide/en/cloud/current/ec-gcs-snapshotting.html
/_cat/recovery
See also[edit]
- ELK: curator, logs, ILM, Snapshots
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: