HI there, I´m trying to setup netflow using filebeat and the only thing I can see is this message:
filebeat[2804]: 2021-08-24T18:10:01.108-0300 WARN [netflow] netflow/input.go:242 Error parsing NetFlow packet of length 849 from X.X.X.X:40102: netflow protocol version 15416 not supported
Follow my netflow.conf:
- module: netflow
log:
enabled: true
var:
netflow_host: 0.0.0.0
netflow_port: 2055
There´s any extra configuration to be made??
Thanks for the attention.