Why different interval lead to different result in elasticsearch of grafana

Hi @wjphero:

The way that grafana graph panel handles the elasticsearch integration is interesting since it always requires the date histogram aggregation to work. This causes the side effect that you are observing.
I would recommend looking at this ticket to understand what’s happening under the hood and how to avoid your issue: Grafana showing huge difference in values from Kibana

1 Like