Event is matched to the same interval even after the 'alert active interval' passes.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms The alert active interval determines how Event Management handles a new event that is similar to events that appear on an existing alert. Based on the active interval, event, and existing alert information, the event information is added to either the existing alert or a new alert.In some cases the new event is being matched to the same alert even though the alert active interval passes. Release All Releases. Environment When Event Management plugin is activated. Cause The Alert State might be 'Open' or 'Reopen' by the time new event comes in. Since the alert is open the event is matched to the same alert even though alert active interval passed. Resolution Works as expected. Additional Information https://docs.servicenow.com/csh?topicname=t_EMSetTheAlertActiveInterval.html&version=latest