forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RAM] Fix alert summary by adding end time to untracked alerts (elast…
…ic#168032) ## Summary Fixes elastic#167832 Untracking an alert will now add its end time to the alert document, which will correctly filter it out of the active alerts histogram. ### Before ![image](https://github.com/elastic/kibana/assets/12370520/04cda410-757c-4111-988a-c2e0ac4d2a96) ### After <img width="912" alt="Screenshot 2023-10-04 at 12 48 13 PM" src="https://github.com/elastic/kibana/assets/1445834/91f6bbec-7eb1-480c-a39d-392cfe8973e1">
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters