7.7.1-42
I have enabled this setting in elasticsearch.yml
searchguard.unsupported.restapi.allow_sgconfig_modification: true
But when I try to PUT to /_searchguard/api/sg_config I get the following error:
{
"error" : "Incorrect HTTP method for uri [/_searchguard/api/sg_config/?pretty=true] and method [PUT], allowed: [PATCH, GET]",
"status" : 405
}
Is there another setting to enable this that I am missing?