Difference between revisions of "Create or update snapshot repository"
Jump to navigation
Jump to search
↑ https://www.elastic.co/guide/en/elasticsearch/reference/current/get-snapshot-api.html
Line 11: | Line 11: | ||
[[/_cat/snapshots/]]your-snapshot-repo | [[/_cat/snapshots/]]your-snapshot-repo | ||
+ | |||
+ | == Output == | ||
+ | [[PUT /_snapshot/]][[your-repo]] | ||
+ | [[HTTP/1.1 200 OK]] | ||
+ | content-type: application/json; charset=UTF-8 | ||
+ | content-length: 17 | ||
+ | access-control-allow-credentials: true | ||
== Related == | == Related == |
Revision as of 06:43, 19 October 2022
https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/create-snapshot-api.html
PUT /_snapshot/your-repo POST /_snapshot/your-repo
PUT /_snapshot/your_repo/%3Csnapshot-%7Bnow%2Fd%7D%
GET /_snapshot [1] GET /_cat/repositories
/_cat/snapshots/your-snapshot-repo
Output
PUT /_snapshot/your-repo HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 17 access-control-allow-credentials: true
Related
- Elasticsearch GCS snapshot:
base_path
, https://www.elastic.co/guide/en/cloud/current/ec-gcs-snapshotting.html - Elasticsearch snapshots: Elasticsearch snapshot repository
See also
- 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: