Event noise reduction indicator for prioritized triage and remediation
The noise reduction widget shows the percentage of the all events correlated into Situations. You can view the noise reduction value in percentage and its trend on the Overview page as shown in the following example:
Event noise reduction computation
The following computation is used to derive the noise reduction value in percentage.
Example
Consider the following example to understand how the noise reduction value is computed:
Total number of service associated events in the system (totalEventsAssociatedwithServices) = 50
Total number of ML-based situations in the system (primaryEvents) = 10
Total number of events associated with the ML-based situations in the system (secondaryEvents) = 20
noiseReduction(%) = ((secondaryEvents-primaryEvents)/totalEvents)*100) = ((20-10)/50)*100 = 20%