Is there a way to show the Predicted and Anomalies alarms in LCA or Dashboards?
From the Alarm Console, we are able to display Predicted (upcoming alarms) and Trend Anomaly alarms. We would like to display this information in an LCA or Visio to notify users of issues our AI predicts coming before the issue actually occur.

I found I was able to get what I was looking for with the following GQI queries, the first for Predicted Alarms filters Value=Predicted, the second for Trend Anomalies, Value is filtered to Not Include Predicted or Relational. Let me know if you see a better way.


Hi Steve - this is probably also of interest Creating an anomaly overview dashboard | DataMiner Docs
Updated link as one in message seems to have stopped working – https://docs.dataminer.services/dataminer/Functions/Augmented_Operations/Tutorials/Creating_Anomaly_Overview_Dashboard.html?q=anomalyoverview
Thanks for sharing, I was not aware of that tutorial. Tying the trending together with the alarm query provided what was needed.