-
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
[Security Solution][Case] Alerts comment UI #84450
Conversation
adba0c8
to
cfb3cd3
Compare
5acddac
to
8d32d88
Compare
x-pack/plugins/security_solution/public/cases/components/case_view/index.tsx
Outdated
Show resolved
Hide resolved
...plugins/security_solution/public/cases/components/user_action_tree/user_action_rule_link.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/cases/components/case_view/index.tsx
Outdated
Show resolved
Hide resolved
ee3575a
to
ee8a805
Compare
ee8a805
to
625b207
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
I fixed it with this commit -> 31054b9 |
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.
Make sure to verify might last commit but it seems to do the job.
Good job and let's move forward!!!
Thank you so much! I tested and it works correctly! |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Xavier Mouligneau <[email protected]>
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Xavier Mouligneau <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Xavier Mouligneau <[email protected]>
Summary
This PR implements the UI for comments of type alerts (alerts attach to case).
Depends on: #83963. When this PR is merged the alerts flyout is gonna show the alert's details tab.
Technical details:
useQueryAlerts
EventDetailsFlyout
to display alert's details.useSourcererScope
. Signal index is needed byuseQueryAlerts
and b)browserFields
, anddocValueFields
is needed byEventDetailsFlyout
. All of them are provided byuseSourcererScope
.getAlertComment
helper function to createEuiComment
of type alert.Use case:
Deleted alert:
Checklist
Delete any items that are not applicable to this PR.
For maintainers