elastic / kibana

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

[ML] AIOps Log Rate Analysis: Persist analysis settings and results. #146166

Open walterra opened 1 year ago

walterra commented 1 year ago

If a user navigates away from the page (e.g. by clicking on a Discover-Link in the analysis results table) and then hits the back button, they end up on a fresh page again with the analysis results being cleared out and the previous baseline/deviation selection removed from the chart. This means a user would have to rerun a potentially long running analysis again just to retrieve the results again they already had.

We should try to retain the analysis results by using a mix of storing settings in the URL (e.g. the baseline/deviation settings) and storing analysis results in local storage.

Settings in url state:

Data in local storage:

elasticmachine commented 1 year ago

Pinging @elastic/ml-ui (:ml)