-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Actionable Observability] Add time range filter to Alerts Summary Widget #139489
Comments
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
@fkanout I implemented this ticket a bit differently from the acceptance criteria:
I didn't use the default value since we need to pass absolute time to the new API and it was not clear when we need to generate the absolute time. I decided to put this responsibility to the consumer to decide when to update the absolute time range.
I used Please let me know if there is any concern. |
) Resolves #139489 ## 📝 Summary Allow time range filter to be provided by consumer for Alert Summary Widget. ## 🧪 How to test The functionality of the Alert Summary Widget has not been changed, so Alert Summary Widget should have the same information as before. You can check if the numbers that you see in the widget match the number of alerts in the alert table. Co-authored-by: Kevin Delemme <[email protected]>
…tic#147253) Resolves elastic#139489 ## 📝 Summary Allow time range filter to be provided by consumer for Alert Summary Widget. ## 🧪 How to test The functionality of the Alert Summary Widget has not been changed, so Alert Summary Widget should have the same information as before. You can check if the numbers that you see in the widget match the number of alerts in the alert table. Co-authored-by: Kevin Delemme <[email protected]>
📝 Summary
The Alerts Summary Widget will be integrated into other pages/hosts (not only the Rule Details page). Some of these pages have time range filter capabilities. The Alerts Summary Widget should apply the time range filters provided by the host page to guarantee consistency.
✅ AC
prop
for Alerts Summary Widget that accepts{ start: number, end: number }
for the time rangecc @simianhacker
The text was updated successfully, but these errors were encountered: