curl http://localhost:9200/_cat/indices | awk ‘{print $3}‘ | egrep -v ‘xx|xx|xx‘ | xargs -n 1 -I {} curl -XDELETE http://localhost:9200/{}
2023-12-15 15:23:21
curl http://localhost:9200/_cat/indices | awk ‘{print $3}‘ | egrep -v ‘xx|xx|xx‘ | xargs -n 1 -I {} curl -XDELETE http://localhost:9200/{}
下一篇:jsessionid的简单说明