elastic search code as follows in response
i want to display chennai city records in elastic search
my response as follows
{
"took": 0,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 27070,
"max_score": 0,
"hits":
},
"aggregations": {
"2": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets":
}
},
"status": 200
}
In the above code buckets remains empty.
what is the problem in my above response
i am displaying the city wise record in kibana visualize in table shows empty