Skip to content
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

libbeat/processors/util: GetNetInfo formats hardware addresses incorrectly. #32264

Closed
efd6 opened this issue Jul 8, 2022 · 1 comment · Fixed by #32265
Closed

libbeat/processors/util: GetNetInfo formats hardware addresses incorrectly. #32264

efd6 opened this issue Jul 8, 2022 · 1 comment · Fixed by #32265
Assignees
Labels
bug Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@efd6
Copy link
Contributor

efd6 commented Jul 8, 2022

GetNetInfo currently formats hardware addresses using the standard library's String method for the net.HardwareAddr type (lower case hex octets separated by colons) which does not conform the ECS spec (upper case hex octets separated by dashes).

@efd6 efd6 added bug Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Jul 8, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants