ES準(zhǔn)許批量刪除索引
curl -XPUT -H"Content-Type: application/json" http://<ES地址>:9200/_cluster/settings -d '{"transient":{"action.destructive_requires_name": false}}'
curl -XPUT -H"Content-Type: application/json" http://<ES地址>:9200/_cluster/settings -d '{"transient":{"action.destructive_requires_name": false}}'