-
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
141253 further updates to alerts on detail pages #142669
141253 further updates to alerts on detail pages #142669
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
...ty_solution/public/common/components/alert_count_by_status/alert_count_by_rule_by_status.tsx
Outdated
Show resolved
Hide resolved
...ution/public/overview/components/detection_response/alerts_by_status/use_alerts_by_status.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @jamster10 |
* fix language on page as well as font size * allow component to take additional filters * add ability for AlertByStatus to accept additional filters * update tests for Alert by Status * remove unused import * changes from code review * update constant value from imported version * fix bad test :( Co-authored-by: Kristof-Pierre Cummings <[email protected]> (cherry picked from commit 055f1c5)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* fix language on page as well as font size * allow component to take additional filters * add ability for AlertByStatus to accept additional filters * update tests for Alert by Status * remove unused import * changes from code review * update constant value from imported version * fix bad test :( Co-authored-by: Kristof-Pierre Cummings <[email protected]> (cherry picked from commit 055f1c5) Co-authored-by: Kristof C <[email protected]>
* fix language on page as well as font size * allow component to take additional filters * add ability for AlertByStatus to accept additional filters * update tests for Alert by Status * remove unused import * changes from code review * update constant value from imported version * fix bad test :( Co-authored-by: Kristof-Pierre Cummings <[email protected]>
* fix language on page as well as font size * allow component to take additional filters * add ability for AlertByStatus to accept additional filters * update tests for Alert by Status * remove unused import * changes from code review * update constant value from imported version * fix bad test :( Co-authored-by: Kristof-Pierre Cummings <[email protected]>
Summary
As it relates to #141253.
This PR updates the components with requests from product, as well as bug fixes.
Dev notes
The navigate to timeline implementation is temporary until completion of #142436
I think further work can be done to clean up these components as with the addition of needing all page filters, it need only accept a filters argument instead of
additionalFilters
andentityFilters
.Checklist
Delete any items that are not applicable to this PR.