Export machine learning graphs

Hello All,

This is my first post! Is there a way to export or create dashboards of the graphs generated using machine learning? How do I recreate/export (using visualization tools for example) the graphs for the Anomaly timeline or the anomalies overlay on the desired metric like in the Single Metric Viewer?

Thanks,
Deepak

Hi Deepak,

Thanks for your first post and glad you are using the Anomaly Explorer and Single Metric Viewer dashboards in the Machine Learning plugin!

The charts and visuals used in the ML dashboards are unfortunately not currently available as Kibana visualizations. This is something we are considering for a future release.

In the meantime, you could use the out-the-box Kibana visualizations to build something similar. The Heat Map for example could be used to build something like the Anomaly Timeline in the Anomaly Explorer dashboard, whilst the Time Series Visual Builder might provide a means of overlaying anomalies on top of metrics by using its annotations feature. The anomaly information is stored in .ml-anomalies-* index, so first create this as a Kibana index pattern, with timestamp as the date field. This ticket provided some extra information on displaying machine learning information in Kibana dashboards.

Hope this helps.
Regards
Pete

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.