-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix setting namespace for non beat receivers #42292
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
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 fixing it, Lee! I tested following the steps in the issue and could not reproduce the bug anymore. LGTM.
@@ -126,6 +126,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] | |||
- Prevent panic if libbeat processors are loaded more than once. {issue}41475[41475] {pull}41857[51857] | |||
- Allow network condition to handle field values that are arrays of IP addresses. {pull}41918[41918] | |||
- Fix a bug where log files are rotated on startup when interval is configured and rotateonstartup is disabled {issue}41894[41894] {pull}41895[41895] | |||
- Fix setting unique registry for non beat receivers {issue}42288[42288] {pull}99999[99999] |
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.
- Fix setting unique registry for non beat receivers {issue}42288[42288] {pull}99999[99999] | |
- Fix setting unique registry for non beat receivers {issue}42288[42288] {pull}42292[42292] |
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, but the changelog entry needs to be fixed as suggested by Mauri
Proposed commit message
fixes setting unique per beat namespace for non beat beat receivers. This only impacted the filebeat benchmark input since it is the only thing currently using this unique namesapce.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
See #42288
Related issues
Use cases
Screenshots
Logs