-
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][Execution Context] - Adds execution context to top pages for APM logs #128688
Conversation
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 doing this!
I added a couple of comments.
Let me know if any require clarficaitons.
x-pack/plugins/security_solution/public/detections/pages/alerts/index.tsx
Outdated
Show resolved
Hide resolved
...ck/plugins/security_solution/public/detections/pages/detection_engine/rules/create/index.tsx
Outdated
Show resolved
Hide resolved
...ck/plugins/security_solution/public/detections/pages/detection_engine/rules/create/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/detections/pages/alerts/index.tsx
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/detections/pages/alerts/index.tsx
Show resolved
Hide resolved
…nto add_execution_context
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
…nto add_execution_context
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💔 Build FailedFailed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @yctercero |
@yctercero Thanks a lot for your efforts and the initial implementation! As discussed, I have picked up this work and continued in a separate PR: #131805 |
Summary
Addresses #126799
This PR introduces the client side ExecutionContextService within Security Solution. This utility is added to provide application context of client and server side interactions that are then passed on to APM.
This PR concentrates on high level routes within security solution. Individual teams may decide to on further granularity following this guidance - #126799
Testing
labels.kibana_uuid : "[YOUR UUID]" and labels.name: "securitySolutionUI"
Exceptions
Rules Create
Rule Edit
Rule Details
Rules Management