Difference between revisions of "/ cat/snapshots/yourrepo"
Jump to navigation
Jump to search
(2 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 | /_cat/snapshots/yourrepo | ||
Line 15: | 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=)" | ||
} | } |
Latest revision as of 13:11, 11 July 2022
- 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" : { "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]
- 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: