Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Which is the property in Event Management which defines time to create new alert from events

Pranita Bahugun
Tera Contributor

Hello all,

 

Can anyone please let me know below queries:

1. What is the system property that defines the time for creating a new alert?

2. Also what's the default value set for that property in instance?

 

Any quick is much appreciated

Thanks in advance.

 

Best Regards,

Pranita Bahuguni

 

7 REPLIES 7

Mark Manders
Mega Patron

What exactly are you trying to achieve? What do you mean with 'define the time for creating a new alert'? The event rules define if an alert is created. If you don't want to act on them outside of a certain schedule, just don't alert the teams handling them.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark Manders Thankyou for your response, what i want to ask is the time duration defined in which the events do not get tagged to an existing alert but creates a new alert. 

evt_mgmt.active_interval is the property that sets "Active interval (in seconds), within which a new event reopens a closed alert ". So after that number of seconds, a new alert is created. Within it, a closed alert is reopened. 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi @Pranita Bahugun ,

 

To answer your question regarding the system property that defines the time for creating a new alert and its default value, here’s the detailed response:

 

1. System Property for Creating a New Alert

The system property that determines when a new event will create a new alert rather than reopening an existing one is evt_mgmt.active_interval.

  • This property defines the time interval (in seconds) during which the system will reopen an existing alert if a new event matches the same message key. If the event is generated after this time interval, a new alert will be created instead of reopening the existing one.

2. Default Value of evt_mgmt.active_interval

  • The default value of the evt_mgmt.active_interval property is 14,400 seconds, which is equivalent to 4 hours.
    • This means that if a new event occurs within 4 hours of the last closed alert with the same message key, the existing alert will be reopened. If the event happens after this period, a new alert will be created.

How the Alert Reopening Process Works:

  • If a new event matches a previously closed alert within the defined active interval, the system will reopen the alert instead of creating a new one.
  • The reopening of alerts also impacts the associated incidents:
    • If the incident related to the alert is still open, the system adds a work note to indicate the alert has been reopened.
    • If the incident is resolved or closed, the behavior depends on the evt_mgmt.alert_reopens_incident property. This could either reopen the existing incident, create a new incident, or leave the incident unchanged.

Best Practices for Configuring Alert Behavior:

  • Adjust evt_mgmt.active_interval based on how long you wish to allow for an alert to be reopened. If you require a larger window for reopening alerts (such as 8 or 12 hours), you can increase this value accordingly.
  • Review evt_mgmt.alert_reopens_incident to decide if reopening an alert should trigger reopening an existing incident or creating a new one.

Supporting Knowledge Articles:

For further reference, here are the Knowledge Base articles that provide more context and configuration details:

  1. Alert Reopening and Active Interval:

  2. System Properties for Event Management:

  3. Alert Insight Configuration:

  4. Event Management Overview:


If you believe the solution provided has adequately addressed your query, could you please **mark it as 'Helpful'** and **'Accept it as a Solution'**? This will help other community members who might have the same question find the answer more easily.

 

Thank you for your consideration.


Selva Arun