logstash-codec-netflow icon indicating copy to clipboard operation
logstash-codec-netflow copied to clipboard

[Feature Request] Support for Encoding data using Netflow

Open xucito opened this issue 5 years ago • 1 comments

Support for Encoding data using Netflow when outputting

  • Version: 7.2
  • Sample Usage:
      udp {
        id => "udp_exporter"
        codec => netflow
        host => "10.10.10.10"
        port => 2055
      }

xucito avatar Sep 11 '19 10:09 xucito

I also have this issue, we have sflow input and want to export some of the traffic after filtering to PMACCT which only support netflow/sflow/IPFIX. Any suggestion about achiving this?

sshaygan avatar Nov 24 '22 21:11 sshaygan