-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add an option to disable APM user redaction #176566
Add an option to disable APM user redaction #176566
Conversation
/ci |
/ci |
Pinging @elastic/kibana-core (Team:Core) |
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
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
History
To update your PR or re-run it, just comment with: |
## Summary Fix elastic#174743 Add an `elastic.apm.redactUsers` configuration option that defaults to `true` (preserving current behavior) --------- Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit d65460c)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.13`: - [Add an option to disable APM user redaction (#176566)](#176566) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pierre Gayvallet","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-18T15:30:01Z","message":"Add an option to disable APM user redaction (#176566)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/174743\r\n\r\nAdd an `elastic.apm.redactUsers` configuration option that defaults to\r\n`true` (preserving current behavior)\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"d65460cb3973826f680b0934815b9de7a0682905","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:Core","v8.13.0","v8.14.0"],"title":"Add an option to disable APM user redaction","number":176566,"url":"https://github.com/elastic/kibana/pull/176566","mergeCommit":{"message":"Add an option to disable APM user redaction (#176566)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/174743\r\n\r\nAdd an `elastic.apm.redactUsers` configuration option that defaults to\r\n`true` (preserving current behavior)\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"d65460cb3973826f680b0934815b9de7a0682905"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176566","number":176566,"mergeCommit":{"message":"Add an option to disable APM user redaction (#176566)\n\n## Summary\r\n\r\nFix https://github.com/elastic/kibana/issues/174743\r\n\r\nAdd an `elastic.apm.redactUsers` configuration option that defaults to\r\n`true` (preserving current behavior)\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"d65460cb3973826f680b0934815b9de7a0682905"}}]}] BACKPORT--> Co-authored-by: Pierre Gayvallet <[email protected]>
## Summary Fix elastic#174743 Add an `elastic.apm.redactUsers` configuration option that defaults to `true` (preserving current behavior) --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
Fix #174743
Add an
elastic.apm.redactUsers
configuration option that defaults totrue
(preserving current behavior)