elasticsearch:只读模式的索引无法删除[FORBIDDEN/5/index read-only (api)]
http://localhost:9200/_settings
{
"index.blocks.read_only_allow_delete":true,
"index.blocks.read_only": "false"
}
重新执行删除,执行成功!
http://localhost:9200/_settings
重新执行删除,执行成功!