es 批量删除脚本

curl -XDELETE 'http://127.0.0.1:9200/app/app/_query' -d '{
    "query" : {
        "term" : { "clientId" : "65578b21-a2ef-4528-9fc3-628d2137b094" }
    }
}
'

猜你喜欢

转载自m635674608.iteye.com/blog/2334064