You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the docker-elasticsearch-kubernetes doens't have the repository-azure plugin installed by default, so I've generated a image with that and replaced my deployment with that.
I'm trying to enable azure snapshots, but still getting a error related to it.
And when the create-repository job runs, I got that on log:
2019/09/10 11:46:04 [elasticsearch-cron] is up and running! 2019-09-10 11:46:04.59529803 +0000 UTC m=+0.000808404
time="2019-09-10T11:46:04Z" level=info msg="About to create Snapshot Repository..."
time="2019-09-10T11:46:04Z" level=info msg="PUT BODY: { \"type\": \"azure\", \"settings\": { \"bucket\": \"bucketsnapshots\", \"server_side_encryption\": \"false\" } }"
time="2019-09-10T11:46:04Z" level=info msg="Using basic Auth Credentials bucketsnapshots"
time="2019-09-10T11:46:04Z" level=error msg="Error creating snapshot repository [httpstatus: 500][url: https://elasticsearch-es.logging.svc.cluster.local:9200/_snapshot/bucketsnapshots][body: {\"error\":{\"root_cause\":[{\"type\":\"repository_exception\",\"reason\":\"[bucketsnapshots] failed to create repository\"}],\"type\":\"repository_exception\",\"reason\":\"[bucketsnapshots] failed to create repository\",\"caused_by\":{\"type\":\"illegal_argument_exception\",\"reason\":\"If you want to use an azure repository, you need to define a client configuration.\"}},\"status\":500}] "
Looks like I'm clearing missing (or misunderstanding) some aspect of configuration. I've read (again) the Documentation but its not very clear about usage with azure.
Could you guys please advise, or pointing me to some direction ?
The text was updated successfully, but these errors were encountered:
Hello there,
I noticed the
docker-elasticsearch-kubernetes
doens't have the repository-azure plugin installed by default, so I've generated a image with that and replaced my deployment with that.I'm trying to enable azure snapshots, but still getting a error related to it.
My es cluster deployment file is as follows:
And when the
create-repository
job runs, I got that on log:Looks like I'm clearing missing (or misunderstanding) some aspect of configuration. I've read (again) the Documentation but its not very clear about usage with azure.
Could you guys please advise, or pointing me to some direction ?
The text was updated successfully, but these errors were encountered: