Difference between revisions of "GET / snapshot"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
GET [[/_cat/snapshot]] | GET [[/_cat/snapshot]] | ||
{"error":"Incorrect [[HTTP method]] for uri [/_cat/snapshot] and method [GET], allowed: [POST]","status":405} | {"error":"Incorrect [[HTTP method]] for uri [/_cat/snapshot] and method [GET], allowed: [POST]","status":405} | ||
+ | |||
+ | |||
+ | curl -X POST --insecure https://your_username:YOUR_PASS@localhost:9200/_snapshot/your_repo/your_latest_snapshot_name/_restore | ||
Revision as of 15:17, 11 July 2022
GET /_snapshot
{ "your_repo": { "type": "s3", "settings": { "bucket": "your-bucket-name", "client": "default", "base_path": "your-base-path", "region": "eu-central-1", "compress": "true" } } }
GET /_cat/snapshot {"error":"Incorrect HTTP method for uri [/_cat/snapshot] and method [GET], allowed: [POST]","status":405}
curl -X POST --insecure https://your_username:YOUR_PASS@localhost:9200/_snapshot/your_repo/your_latest_snapshot_name/_restore
Related
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: