Why does an Event with the same MessageKey keep linked to the same Closed Alert even after 4hr period?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 01:50 PM
Hello,
Event with the same message key keeps getting linked with the Closed Alert even the time Different between the Time of event field from event Record and the initial Event Time Field from Alert Record is more than 4hr (System Property:evt_mgmt.active_interval = 14400 sec).
Event record:
Time of Event: 2022-04-12 20:09:24
Alert Record:
Initial Event Time: 2022-04-06 13:33:07
But according to SN Doc If the time difference is greater than 4hr (System Property:evt_mgmt.active_interval = 14400 sec). An event with the same MessageKey should create a New Alert record rather than be linked to Closed Alert with the same MessageKey.
When the new event is received, Event Management compares the active interval time to the elapsed time between the Time of event and Initial event time field values on the alert. Then, the system either updates the existing alert or creates a new alert (if the original alert is closed), as explained in the following table.
Scenario | Result |
---|---|
The new event occurs before the active interval elapses for the existing alert. | The alert is updated with the event information. The event is identified as a recurrence of an existing issue and its severity is copied to the alert.
If the alert was closed before the active interval elapses, the alert is reopened and updated with the event information. |
The new event occurs after the active interval elapses for the existing alert. | A new alert is created because the event is identified as a new issue. The event information is added to the new alert.
The system creates a new alert only when the original alert is closed. If the original alert is open, the new event updates the original alert, and does not perform the comparison between the Time of event and Initial event time. |
Thanks,
Vivek
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 01:30 AM
Hello Rahul,
Thank you for the response.
My requirement is a bit different,
1. I want to reopen the Incident only if the Incident's state is Resolved. and for this, I have already updated the Script Include:EvtMgmtAlertManagementAlertReopenHandler.onAlertReopen()
2. Create a new Incident If the Incident's state is Closed.
Suppose you need any configuration detail from my instance. Please let me know.
Thanks,
Vivek
+44 7423643964