Skip to content

Instantly share code, notes, and snippets.

@haberbyte
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haberbyte/605e9a3c05dc183e0e34 to your computer and use it in GitHub Desktop.
Save haberbyte/605e9a3c05dc183e0e34 to your computer and use it in GitHub Desktop.
input {
udp {
host => "0.0.0.0"
buffer_size => 32768
port => 5228
codec => json_lines
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
embedded => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment