Difference between revisions of "GET / snapshot"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  GET /_snapshot
 
  GET /_snapshot
 
* https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html
 
* https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html
 +
 +
 +
{
 +
  "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]]
 
  GET [[/_cat/snapshot]]

Revision as of 12:58, 11 July 2022

Advertising: