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
When fields are registered (fields.go, autogenerated), they are grouped
by (Beatname, Name and Priority). Currently, if the same triplet is used
more than once, the previous asset is overwritten.
This is the case with Filebeat inputs and modules sharing the same name:
module/netflow/fields.go:
asset.SetFields("filebeat", "netflow", asset.ModuleFieldsPri, AssetNetflow)
input/netflow/fields.go:
asset.SetFields("filebeat", "netflow", asset.ModuleFieldsPri, AssetNetflow)
Also this introduces an inconsistence as the order of registration can
vary.
Fixeselastic#13768
(cherry picked from commit 4be5efe)
0 commit comments