elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.49k stars 8.05k forks source link

[Watcher] Improve performance in watcher history by using pagination #180302

Open sabarasaba opened 3 months ago

sabarasaba commented 3 months ago

We currently make an API call to get all the history of a watcher for a given period of time and render all of that using a EuiInMemoryTable, we should instead use proper pagination as this payload might be too large for the UI to handle and for node to recieve from ES.

elasticmachine commented 3 months ago

Pinging @elastic/kibana-management (Team:Kibana Management)