Hi im trying to get a particular record say session id where im getting all the hits ?
Im able to drive it in Discover with 4 hits which is good
But in dev tools im getting all the 56 hits
GET contact-ivr-2018.09.10/_search
{
"query": {
"match": {
"sessionid":"thpaeplabepm-2018249132136-10"
}
}
}
"hits": {
"total": 56,
"max_score": 4.639072,
"hits": [
Can someone help me on this?