我有接近400多个RED / YELLOW ES索引,问题是它需要5-15分钟才能删除每个索引。 Unix可以在这里找到和删除吗? <find ... -exec rm ...>
。这样做安全吗?
当前正在使用此命令:
curl -s --key /etc/elasticsearch/secret/admin-key --cert /etc/elasticsearch/secret/admin-cert --cacert /etc/elasticsearch/secret/admin-ca -XDELETE https://localhost:9200/<index name>
这项工作可以吗?
rm -rf /elasticsearch/persistent/logging-es/data/logging-es/nodes/0/indices/<corrupt index>