-
Notifications
You must be signed in to change notification settings - Fork 5k
Update user agent #45251
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
Update user agent #45251
Conversation
* managed - under agent and using fleet * standalone - under agent and not using fleet * unmanaged - not under agent privilege mode information is only exposed under agent
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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) |
@graphaelli it looks like I don't have permission to write on your branch so please run |
the tests for user agent aren't passing either. Could you check if it's you code or if they need to be updated? |
This pull request is now in conflicts. Could you fix it? 🙏
|
/test |
@Mergifyio backport 9.0 9.1 |
✅ Backports have been created
|
distinguish between all beat modes: * Standalone indicates that the beat is not running under agent. * Unmanaged indicates that the beat is running under agent but not managed by Fleet. * Managed indicates that the beat is running under agent and managed by Fleet. privilege mode information is only exposed under agent (cherry picked from commit 2a99bfa) # Conflicts: # NOTICE.txt # go.mod # go.sum
distinguish between all beat modes: * Standalone indicates that the beat is not running under agent. * Unmanaged indicates that the beat is running under agent but not managed by Fleet. * Managed indicates that the beat is running under agent and managed by Fleet. privilege mode information is only exposed under agent (cherry picked from commit 2a99bfa) # Conflicts: # NOTICE.txt # go.mod # go.sum
Proposed commit message
Update default user agent to distinguish between all beat modes:
privilege mode information is only exposed under agent
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Users relying on specific user agents could be impacted. We've made no guarantees of stability for those and the only parts that changes are in the comments section.
Author's Checklist