Hi All,
I am using elasticsearch docker . The elasticsearch version Version: 6.2.1
I set my s3 credentials in elasticsearch-keystore . Now, i want to reload the secure settings.
But i am getting the below errors. Please help
curl -XPOST "ELASTIC_IP:9200/_nodes/reload_secure_settings?pretty"
{
"error" : "Incorrect HTTP method for uri [/_nodes/reload_secure_settings?pretty] and method [POST], allowed: [GET]",
"status" : 405
}`