logstash-plugins / logstash-codec-netflow

Apache License 2.0
79 stars 88 forks source link

Can't (yet) decode flowset id 5000 from source id 0 #178

Open giovanirorato opened 5 years ago

giovanirorato commented 5 years ago

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

logstash.conf

input { udp { host => "xxx.xxx.xxx.xxx" port => 9996 codec => netflow { netflow_definitions => "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/logstash-codec-netflow-4.2.1/lib/logstash/codecs/netflow/netflow.yaml" versions => [9] } type => "netflow" } }

robcowart commented 5 years ago

Can you provide a PCAP of the flows in question?