[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 |
XavierM
left a comment
There was a problem hiding this comment.
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 <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>


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:
useQueryAlertsEventDetailsFlyoutto display alert's details.useSourcererScope. Signal index is needed byuseQueryAlertsand b)browserFields, anddocValueFieldsis needed byEventDetailsFlyout. All of them are provided byuseSourcererScope.getAlertCommenthelper function to createEuiCommentof type alert.Use case:
Deleted alert:
Checklist
Delete any items that are not applicable to this PR.
For maintainers