beats
beats copied to clipboard
libbeat/processors/util: GetNetInfo formats hardware addresses incorrectly.
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).
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)