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
This is needed because the tests for the netflow package in elastic/integrations are validating that all fields are declared. And some of the tests involve vendor specific fields taken from a Cisco IPFIX pcap.
#23773)
* Add field definitions for known Netflow/IPFIX vendor fields
* Add default_field: false to netflow
* Refactor generator to merge all fields to remove duplicates
* Remove indent flag from usage
Closes#23771
The vendor fields contained in https://github.com/elastic/beats/tree/master/x-pack/filebeat/input/netflow/decoder/fields are missing from the generated fields.yml. The
go generate
command declared here is what creates the fields.yml file for the netflow input. Perhaps the other CSV files can be appended to the list of arguments to the command?beats/x-pack/filebeat/input/netflow/doc.go
Line 7 in b89e5d6
This is where the field names are embedded into the source:
beats/x-pack/filebeat/input/netflow/decoder/fields/doc.go
Lines 7 to 10 in b89e5d6
The text was updated successfully, but these errors were encountered: