-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Filebeat] Missing netflow field definitions for vendor fields #23771
Labels
Comments
andrewkroh
added
enhancement
Filebeat
Filebeat
Team:Security-External Integrations
labels
Jan 30, 2021
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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. Relates: elastic/integrations#377 |
2 tasks
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Feb 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: