Is logstash support netflow as output?
In current structure, we can specify netflow input using
input {
udp {
host => "127.0.0.1"
port => 5555
codec => netflow {
versions => [5, 9, 10]
}
}
}
Does same thing available in the output?
i.e. Output as netflow