Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Cannot take snapshots with azure blob storage #778

Open
shreddy99 opened this issue Jul 14, 2021 · 2 comments
Open

Cannot take snapshots with azure blob storage #778

shreddy99 opened this issue Jul 14, 2021 · 2 comments

Comments

@shreddy99
Copy link

I deployed opendistro es with helm to AKS with custom image having repository azure plugin. AZ plugin installed, however when added the azure blob storage account and key in elasticsearch.yml inside the elastic container and restarted the elasticsearch, not able to create snapshot repository.

PUT _snapshot/elastic_blob
{
"type": "azure"
}

Error below

{
"error" : {
"root_cause" : [
{
"type" : "settings_exception",
"reason" : "Unable to find client with name [default]"
}
],
"type" : "repository_verification_exception",
"reason" : "[elastic_blob] path is not accessible on master node",
"caused_by" : {
"type" : "settings_exception",
"reason" : "Unable to find client with name [default]"
}
},
"status" : 500
}

@shreddy99
Copy link
Author

Can anyone help on this issue please ?

@margold
Copy link

margold commented Sep 13, 2021

It looks like it's not able to see the keys you added, or you configured them wrong (it looks for keys for the default client). It would be useful to know how you added them (example) and what version of Elasticsearch you are on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants