Elasticsearch 保存的数据怎么删除?
可以使用curl -XDELETE的方式对ES中的索引进行清理。
curl -XDELETE
假若整索引数据 不要的,可以执行归档索引,然后删除索引
部分数据数据不 <index_name>/_delete_by_query
{ query {}}