i have this data in kibana discover, but in visualization ErrorMsg
is showing no results found.
@timestamp
is in UTC. Kibana by default adjusts for the time-zone you are in. If you are not in UTC timezone, the time picker therefore may need to be adjusted. Could this be the problem?
no , only the field is not showing in visualization .
So if you remove the last aggregation level you see data?
yes i see data after removing the last aggregation..
Can you show us what that looks like? You also have a little button at the bottom of the visualisation that will allow you to inspect the response. Can you please share that as well when you have the last level in place?
{ "took": 10, "timed_out": false, "_shards": { "total": 40, "successful": 40, "failed": 0 }, "hits": { "total": 43, "max_score": 0, "hits": [] }, "aggregations": { "2": { "buckets": { "appserver": { "8": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "doc_count": 8 } } } }, "status": 200 }
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.