Created
September 8, 2014 16:51
-
-
Save clay584/c7fa7d2fcd72655e3315 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
udp { | |
host => "0.0.0.0" | |
port => 2055 | |
codec => netflow { cache_ttl => 1 | |
versions => [ 5, 9 ] | |
} | |
type => "netflow" | |
} | |
} | |
filter { | |
} | |
output { | |
elasticsearch { | |
protocol => "node" | |
node_name => "netman-logstash" | |
cluster => "elasticsearch" | |
host => "host.domain.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment