logstash-plugins / logstash-codec-netflow

Apache License 2.0
78 stars 88 forks source link

Fix procera floats #165

Closed robcowart closed 5 years ago

robcowart commented 5 years ago

Four Procera IPFIX fields are defined as float32. float32 is an invalid type and produces the following error:

[2018-10-24T18:26:42,152][ERROR][logstash.inputs.udp      ] Exception in inputworker {"exception"=>#<BinData::UnRegisteredTypeError: float32>

These four fields have been changed to float (NOTE: this is the same as was necessary when adding IXIA support).

jorritfolmer commented 5 years ago

Merged, see b4f37def28711b591a84ae6b95158604df8cd349