In kibana visualize in table request shows empty

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

There is no problem in the response, it is showing that you have no data for that query.

Do you see document counts in Discover for this data set?

Is this a time-based index? If so, are there actually documents that are timestamped for the date you have selected in the time picker?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.