Elasticsearch S3 repository creation - Reload secure settings

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
}`

Version 6.2.1 reached the end of its supported life well over a year ago, you should upgrade as a matter of some urgency.

Reloadable secure settings were introduced in 6.4 IIRC.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.