Hi all,
I'm using Kibana & ES for building a dashboard.
I have allotted 8GB of memory heap space for my ES which I feel is quite enough.
One of my data tables has slightly high number of documents i.e 14,000 documents.
The issue is it shows loading and if i check inspect it shows fetch request sent 20 times i.e request call being made 20 times instead of once.
Data table does load with all info after 5 minutes , but I want to fetch request only once instead of 20 times.
Unable to get any helpful leads in my logs. It is showing 200
Need help on what is going wrong?