Reload_secure_settings

Hi, i find a question .

https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html#secure-settings

curl -X POST "localhost:9200/_nodes/reload_secure_settings"

Everything can find in this picture.
image

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them.

Also it's not clear what you are asking here, can you reword? We do have other language categories too, if one of those is your native one :slight_smile: https://discuss.elastic.co/c/in-your-native-tongue

Sorry, I just found the Chinese section,and I asked there.

Anyway,thank you for your reply.:smile:

change to
curl -XPOST "localhost:9200/_nodes/reload_secure_settings
this have space..

curl -X POST "localhost:9200/_nodes/reload_secure_settings"
{"error":"Incorrect HTTP method for uri [/_nodes/reload_secure_settings] and method [POST], allowed: [GET]","status":405}

[root@localhost ~]# curl -XPOST "localhost:9200/_nodes/reload_secure_settings"
{"error":"Incorrect HTTP method for uri [/_nodes/reload_secure_settings] and method [POST], allowed: [GET]","status":405}

都是一样的。

image

try GET.