Not all geo points are shown in Kibana Maps

Hello,

I want to show about 30000 geo points in Kibana Maps but unfortunately the results are limited to first 10000 documents. How can I increase the size and display all points in Maps?

Thanks

There is nothing you can do in the current released versions, 7.5 and below.

Kibana's next minor should contain this feature, https://github.com/elastic/kibana/pull/53500, that pulls the document limit from the index setting max_result_window. By increasing max_result_window, then you can increase the maximum number of documents displayed.

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