Event noise reduction indicator for prioritized triage and remediation
Noise reduction in BMC Helix AIOps console uses an ML-based event correlation algorithm and no-code functionality to deduplicate, reconcile, and group all the events coming from both BMC and third-party tools to create Situations. Creating Situations is achieved in near real-time using event timestamps, message text, and topology.
You can view the event noise reduction value in percentage.
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%