You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packetbeat is producing incorrectly named ECS fields. Specifically under process.parent the field attributes names are capitalized like process.parent.Name. The mappings for the network_traffic Fleet integration show:
I suspect the cause is that it is not recursing into the nested ECS structs when marshaling the struct into the map[string]any.
The generated ECS structs that the Packetbeat is currently using are unmaintained. We should move away from using that package, but this is separate concern.
Packetbeat is producing incorrectly named ECS fields. Specifically under
process.parent
the field attributes names are capitalized likeprocess.parent.Name
. The mappings for the network_traffic Fleet integration show:The text was updated successfully, but these errors were encountered: