Hi guys,
I see strange behavior in Kibana 8.5.3 in the discover page.
When I'm filtering on data in discover page, I do not see all the documents that exist in the index-pattern.
As you see on the screenshot above, the latest document is from 16h20, but the timeline shows data till 16h55. (note that I'm on top of the page and that I'm using sorting on @timestamp new-old (default))
If you zoom in around 16h55, the documents of that specific window are shown.
Also when you increase the 'rows per page' from 100 to 250 they are shown.
Current behavior:
If settings sort by New-Old and 'rows per page' 100 is used.
Sometimes not the last 100 documents are returned on Kibana discover page
Expected behavior:
When filtering on data in discover page, it is expected to see the last 100 documents when using sort New-Old.
I quickly checked if there was already an open ticket for it, I didn't find it.
Did anybody else see this problem?