elastic / kibana

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

[ML] Optimize Trained Models list fetching #175220

Open darnautov opened 7 months ago

darnautov commented 7 months ago

Currently to retrieve a list of Trained Model the UI performs several API calls:

And after https://github.com/elastic/kibana/issues/175128 is implemented:

To improve the loading time we should consolidate all these calls into a single Kibana endpoint.

elasticmachine commented 7 months ago

Pinging @elastic/ml-ui (:ml)