DX OI - How to create a DX Dashboards with Prediction (capacity or performance) alarms?
search cancel

DX OI - How to create a DX Dashboards with Prediction (capacity or performance) alarms?

book

Article ID: 223697

calendar_today

Updated On:

Products

DX Operational Intelligence

Issue/Introduction

We have noticed that the total amount of Prediction alarms in DX Dashboard is different than the count provided via DX OI Alarms Analytics UI, we are using the below query definition:

Quey: All_Alarms
Primary Index: ao_itoa_alarms_all_*
Query: alarmType:prediction AND status:*NOT "CLOSED"
Metric: Count
Group by: Terms status

Relative Time:365d

What is the correct query to use to create a DX Dashoboard that includes all Prediction alarms?

Environment

DX Operational Intelligence 20.x

Cause

For Capacity and Predictive Alarms you need to add an extra time filter "predictive_timestamp" to see alarms in the future

Resolution

Example 1: Query Prediction "capacity" alarms

Quey: All_Alarms
Primary Index: ao_itoa_alarms_all_*
Query: alarmType:prediction AND status:*NOT "CLOSED" AND prediction_timestamp:[now TO now+3M] AND predictionCategory:capacity
Metric: Count
Group by: Terms status

Relative Time:365d


Example 2: Query Prediction "performance" alarms

Quey: All_Alarms
Primary Index: ao_itoa_alarms_all_*
Query: alarmType:prediction AND status:*NOT "CLOSED" AND prediction_timestamp:[now TO now+3M] AND predictionCategory:performance

Metric: Count
Group by: Terms status

Relative Time:365d


Example 3: Query all Prediction alarms

Quey: All_Alarms
Primary Index: ao_itoa_alarms_all_*
Query: alarmType:prediction AND status:*NOT "CLOSED" AND prediction_timestamp:[now TO now+3M] 
Metric: Count
Group by: Terms status

Relative Time:365d

 

Additional Information

DX AIOPs - Troubleshooting, Common Issues and Best Practices

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/digital-operational-intelligence/20-2/using/predictive-insights.html