加载示例数据,设置index的时候出错: 提示 forbidden
则可能是es的问题,需要执行如下命令:
curl -XPUT -H "Content-Type: application/json" 127.0.0.1:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
{"acknowledged":true}
2024-04-05 16:54:12
加载示例数据,设置index的时候出错: 提示 forbidden
则可能是es的问题,需要执行如下命令:
curl -XPUT -H "Content-Type: application/json" 127.0.0.1:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
{"acknowledged":true}