-
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] expandable flyout - same source alert chage #168395
[Security Solution] expandable flyout - same source alert chage #168395
Conversation
5c65291
to
2a0ffe7
Compare
…lert.original_event.id for same source even related alerts
2a0ffe7
to
887f9d1
Compare
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
thanks for this clean up!
…tic#168395) (cherry picked from commit deabe63)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
#168395) (#169267) # Backport This will backport the following commits from `main` to `8.11`: - [[Security Solution] expandable flyout - same source alert chage (#168395)](#168395) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-10T20:53:16Z","message":"[Security Solution] expandable flyout - same source alert chage (#168395)","sha":"deabe637ef3e3634b2ea5cac3f4da81da42a65e1","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat Hunting:Investigations","backport:prev-minor","v8.12.0","v8.11.1"],"number":168395,"url":"https://github.com/elastic/kibana/pull/168395","mergeCommit":{"message":"[Security Solution] expandable flyout - same source alert chage (#168395)","sha":"deabe637ef3e3634b2ea5cac3f4da81da42a65e1"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168395","number":168395,"mergeCommit":{"message":"[Security Solution] expandable flyout - same source alert chage (#168395)","sha":"deabe637ef3e3634b2ea5cac3f4da81da42a65e1"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <[email protected]>
Summary
This PR makes a small change to the way we retrieve the same source related alerts in the Security Solution expandable flyout alert details. Instead of using the value from the
kibana.alert.ancestors.id
field, we're now using the value fromkibana.alert.original_event.id
field.No UI has been changed.
https://github.com/elastic/security-team/issues/7778