-
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
[7.12][Security] Move PE details out of Ext context #92146
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
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, thanks @pjhampton !
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: cc @pjhampton |
Thanks @pjhampton |
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, thanks for leaving the note about the test coverage ❤️
Co-authored-by: Kibana Machine <[email protected]>
Summary
This is a fix to the telemetry allowlist for the upcoming 7.12 release. The PE details are in the wrong location.
Checklist
Covered by unit tests in
For maintainers