Hello there,
I'm using elasticsearch and kibana 6.8. I use native kibana plugin for visualizations which is called "Data Table". It works fine with small count of rows, but when I get 1000 or 2000 rows, it renders about 10 or 20 seconds! I know it happens, because all rows loads at one time. It is not good idea with big amount of data, it should be done via server side pagination.
Is there a simple way to improve table's performance or add server side pagination? Or maybe there is another way how to get it?
Here is an example of my Data Table visualization settings
Thanks