- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 04:04 AM - edited 03-07-2023 06:24 AM
I want to link both the events to same alert if the node/instance is same for the events generated in last 2 hours.
How I can configure event rule for this definition?
Solved! Go to Solution.
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 02:31 PM
If the event has the same message_key we will always deduplicate to the same Alert - I would suggest escalating the alert using notifications or flow designer after 2hrs rather than creating a brand new alert for the same issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 02:31 PM
If the event has the same message_key we will always deduplicate to the same Alert - I would suggest escalating the alert using notifications or flow designer after 2hrs rather than creating a brand new alert for the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 01:27 AM
Hi Ryan,
Thank you for your suggestion but client wants to have new alert if time difference is more than 2 hours even if the events have same message key. Is there any way to configure this?
I saw one property evt_mgmt.update_alert_restricted_fields_elapsed_time (Minimum time in seconds before updating an alert for identical events). Can you please explain the significance of this property & if i can use the same?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 06:30 AM
This defeats the purpose of reducing the noise, so we would not suggest this approach. That said - you could create a sub flow that watches for all alerts (wait timer) that are older than 2hrs and not acknowledged and then insert another Alert. We do not allow/recommend business rules on the em_event table - so you'd have to do this at the Alert level.
Sounds to me they are trying to fix process problem with technology - never a good idea.