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
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
but the request fail! { "error":"Incorrect HTTP method for uri [/_nodes/reload_secure_settings] and method [POST], allowed: [GET]", "status":405 }
when trying with GET I received {"_nodes":{"total":0,"successful":0,"failed":0},"cluster_name":"myesdb","nodes":{}}
which I infer it didn't reloaded. In addition to the error i get when trying to create a snapshot curl -X PUT "my_ip:9200/_snapshot/my_gcs_repository" -H 'Content-Type: application/json' -d' { "type": "gcs", "settings": { "bucket": "mybucket", "client": "my_cliend" } }
I've tried restart the service inside the pod but I couldn't manage it.
executing /elasticsearch/bin/elasticsearch fails because elasticsearch cannot restart by root.
when elasticsearch version will bump to 6.4?
how I can reload settings in keystore in the current version?
there is a way to restart elasticsearch service within the pod?
Thank you
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to configure Google Cloud Storage for snapshot and restore by following
this tutorial.
After I add the credentials via elasticsearch-keystore, I should reload the secure settings by
POST _nodes/reload_secure_settings
according to the API version 6.4.https://www.elastic.co/guide/en/elasticsearch/reference/6.4/secure-settings.html#reloadable-secure-settings
but the request fail!
{ "error":"Incorrect HTTP method for uri [/_nodes/reload_secure_settings] and method [POST], allowed: [GET]", "status":405 }
when trying with GET I received
{"_nodes":{"total":0,"successful":0,"failed":0},"cluster_name":"myesdb","nodes":{}}
which I infer it didn't reloaded. In addition to the error i get when trying to create a snapshot
curl -X PUT "my_ip:9200/_snapshot/my_gcs_repository" -H 'Content-Type: application/json' -d' { "type": "gcs", "settings": { "bucket": "mybucket", "client": "my_cliend" } }
I've tried restart the service inside the pod but I couldn't manage it.
executing
/elasticsearch/bin/elasticsearch
fails because elasticsearch cannot restart by root.Thank you
The text was updated successfully, but these errors were encountered: