beats icon indicating copy to clipboard operation
beats copied to clipboard

auditbeat,filebeat,packetbeat: mac addresses are not formatted according to ECS

Open efd6 opened this issue 3 years ago • 1 comments

In a number of places in {auditbeat,filebeat,packetbeat}, the stdlib net.HardwareAddr String method is used to format MAC addresses. The format used by the standard library uses lowercase octets separated by colons rather than uppercase separated by dashes as specified in the ECS. There is also an instance of this in libbeat, but this is addressed by #32264/#32265.

efd6 avatar Aug 07 '22 23:08 efd6

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

elasticmachine avatar Aug 07 '22 23:08 elasticmachine

I think this is now done.

efd6 avatar Aug 24 '22 01:08 efd6