Hi Experts,
I did following in ES 1.7.1
DELETE /prod-2016-03-09/AA/_query?pretty { "query": { "match": { "alertmsg": "monitor" } } }
after this I am also getting
{
"_indices": {
"prod-2016-03-09": {
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
}
}
}
}
Before deleting my index doc count is 7089 and after delete command it is still 7089. Even I fire refresh API but still count is same . Can anyone suggest what I am doing wrong .
Thanks
VG