Difference between revisions of "/ cat/snapshots/yourrepo"

From wikieduonline
Jump to navigation Jump to search
(Created page with " { "error" : { "root_cause" : [ { "type" : "repository_exception", "reason" : "[your_repo] Could not determine repository generation from root blo...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-snapshots.html
 +
* https://www.elastic.co/guide/en/elasticsearch/reference/7.17/cat-snapshots.html
 +
 +
/_cat/snapshots/yourrepo
 
   {
 
   {
 
   "error" : {
 
   "error" : {
Line 13: Line 17:
 
       "reason" : "Exception when listing blobs by prefix [index-]",
 
       "reason" : "Exception when listing blobs by prefix [index-]",
 
       "caused_by" : {
 
       "caused_by" : {
         "type" : "amazon_s3_exception",
+
         "type" : "[[amazon_s3_exception]]",
 
         "reason" : "amazon_s3_exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: [[AccessDenied]]; Request ID: 2P32JxxxxNQ1RT8T; S3 Extended Request ID: G/SURTMm9xuOXXXXIxnYXjC6JHo=)"
 
         "reason" : "amazon_s3_exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: [[AccessDenied]]; Request ID: 2P32JxxxxNQ1RT8T; S3 Extended Request ID: G/SURTMm9xuOXXXXIxnYXjC6JHo=)"
 
       }
 
       }
Line 20: Line 24:
 
   "status" : 500
 
   "status" : 500
 
  }
 
  }
 +
 +
== See also ==
 +
* {{Elasticsearch}}
 +
 +
[[Category:Elasticsearch]]

Latest revision as of 13:11, 11 July 2022

/_cat/snapshots/yourrepo
 {
 "error" : {
   "root_cause" : [
     {
       "type" : "repository_exception",
       "reason" : "[your_repo] Could not determine repository generation from root blobs"
     }
   ],
   "type" : "repository_exception",
   "reason" : "[your_repo] Could not determine repository generation from root blobs",
   "caused_by" : {
     "type" : "i_o_exception",
     "reason" : "Exception when listing blobs by prefix [index-]",
     "caused_by" : {
       "type" : "amazon_s3_exception",
       "reason" : "amazon_s3_exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 2P32JxxxxNQ1RT8T; S3 Extended Request ID: G/SURTMm9xuOXXXXIxnYXjC6JHo=)"
     }
   }
 },
 "status" : 500
}

See also[edit]

Advertising: