Created
September 7, 2014 08:55
-
-
Save clay584/e4af0be321d99f56b375 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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment