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.
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.
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 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.
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}
都是一样的。
try GET.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.