Logstash support for netflow as output

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

Hi Dipal_Modi

I don't think that logstash has this feature. Normally logstash use the input to ingest data to ES. So in order to have an output you could send information from probe of netflow directly to many system like logstash or other

This is my opinion.

Bye
Franco

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.