Include whether Beat is running from a FIPS distribution in User Agent#47409
Merged
ycombinator merged 4 commits intoelastic:mainfrom Nov 4, 2025
Merged
Include whether Beat is running from a FIPS distribution in User Agent#47409ycombinator merged 4 commits intoelastic:mainfrom
ycombinator merged 4 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
ycombinator
commented
Oct 31, 2025
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
mauri870
approved these changes
Oct 31, 2025
Member
mauri870
left a comment
There was a problem hiding this comment.
LGTM, pending removal of the replace directive.
ebeahan
requested changes
Oct 31, 2025
Member
ebeahan
left a comment
There was a problem hiding this comment.
LGTM.
Requesting changes until https://github.com/elastic/beats/pull/47409/files#r2479832526 is completed to avoid an unintentional merging 😄
pierrehilbert
approved these changes
Nov 4, 2025
mauri870
approved these changes
Nov 4, 2025
ebeahan
approved these changes
Nov 4, 2025
andrzej-stencel
pushed a commit
to andrzej-stencel/beats
that referenced
this pull request
Dec 1, 2025
elastic#47409) * Include whether Beat is running from a FIPS distribution in User Agent * Add unit tests * Adding CHANGELOG fragment * Remove temporary replace directive for elastic-agent-libs dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
This PR includes whether the Beat is running from a FIPS distribution in the User Agent sent by Beats. This allows us to track FIPS usage for Beats.
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesstresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Disruptive User Impact
None.