Does kibana have a limit on how much of search results it can show on its console window?

I found that when the total hits of a search request is big, the console window of kibana would only show parts of the total hits, rather than all of them. Is that what it mean to be?

Below is the top of the search result, showing a
"hits" : {
"total" : 98,
and each document has a length of around 60 lines.

While in the bottom, it ends with only 600+ lines, so only part of the hits are displayed?

I think we definitely limit it.

Can you please try scroll api and see what happens?

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html

Thanks,
Bhavya

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