-
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
[Session View] jumpToEntityId / investigatedAlertId behavior fixed. #129275
Conversation
x-pack/plugins/security_solution/public/timelines/components/timeline/body/actions/index.tsx
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! The following are just some preemptive comments on some of the "trickier" (imo) conflicts that we might see with the changes in #129149
x-pack/plugins/session_view/public/components/process_tree/helpers.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/session_view/public/components/process_tree_alerts/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/session_view/public/components/process_tree_node/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/timelines/components/timeline/body/actions/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/session_view/public/components/detail_panel_alert_tab/index.tsx
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 - just some questions
💚 Build SucceededMetrics [docs]Async chunks
Public APIs missing exports
Page load bundle
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.
lgtm 👍
…129275) * Fix for process event pagination in session view * plumbing work to get a few more props to session view when loaded via timeline * session config plumbing work done * jump to event kinks worked out. * tests fixed * test fix * build error fixes * addressed PR comments. cleanup * addressed PR comments. cleanup * post merge fixes * pr comments addressed Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit 772205f)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…129275) (#129543) * Fix for process event pagination in session view * plumbing work to get a few more props to session view when loaded via timeline * session config plumbing work done * jump to event kinks worked out. * tests fixed * test fix * build error fixes * addressed PR comments. cleanup * addressed PR comments. cleanup * post merge fixes * pr comments addressed Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit 772205f) Co-authored-by: Karl Godard <[email protected]>
Summary
Kinks have been worked out around jumpToEntityId (bi-directional pagination) functionality. I've also added the missing plumbing to make use of it in security_solution plugin when launching session view from timeline component.
QA
it fixes #128951