Skip to content

Instantly share code, notes, and snippets.

@clay584
Created September 8, 2014 16:51
Show Gist options
  • Save clay584/c7fa7d2fcd72655e3315 to your computer and use it in GitHub Desktop.
Save clay584/c7fa7d2fcd72655e3315 to your computer and use it in GitHub Desktop.
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