My ES nodes were out of space and ES decided to take all indices read-only. After i ve added space and altered all indices to read-write i was successfull. But i could not alter the .security-6 index to read-write. Can you please show me a way how to do it without disabling the security.
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "action [indices:admin/settings/update] is unauthorized for user [admin]"
}
],
"type": "security_exception",
"reason": "action [indices:admin/settings/update] is unauthorized for user [admin]"
},
"status": 403
}
I ve changed the , file based users role to superuser and could altered the special indexes. If you do not use filebased users you should create one to solve this issue.
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.