Hi,
We are encountering strange behaviours with ElasticSearch snapshots.
Snapshots starts then following messages appear for some shards:
RepositoryMissingException[[*****] missing]
The repository exists because most shards are backup:
"shards" : {
"total" : 2816,
"failed" : 744,
"successful" : 2072
Here my architecture:
Server1 == curl_request ==> Cluster_ES ==> AWS_S3
Thanks for your help.