subj
And nobody has permission for change settings
PUT .opendistro_security/_settings
{
"index": {
"blocks": {
"read_only_allow_delete": "false"
}
}
}
"type": "security_exception",
"reason": "no permissions for [] and User [name=admin, roles=[admin], requestedTenant=null]"
What can I do?
One way: export current config with securityadmin, delete index and recreate. May be exists more simple way?