Elasticsearch not showing all docs

Hi all

We are trying to isolate the visualization from ElasticSearch, so that is why we have left Kibana and moved to Grafana…

But I see a very strange behavior:

I am pulling raw document from an elasticsearch index based on time range…

I don’t see all the documents… And the documents missing are at random… SO its not like top something or bottom something is coming up and others are being suppressed…

This also happens while templating… I am pulling a particular variable, even that done not show all the unique values…

So I just want to be enlightened on this behavior…

I am not sure if this has been discussed before… If so please redirect…

Hi,

What version of Grafana are you using? How many documents are you expect to get back? What panel type are you using for visualizing the data?

This feels that it may be related to time ranges you’ve selected in Grafana don’t correlate with the timestamps of the documents. Are you using UTC everywhere?

Marcus