Skip to content

Instantly share code, notes, and snippets.

@orotemo
Created November 12, 2014 12:14
Show Gist options
  • Save orotemo/34f5fe53492cd1df1447 to your computer and use it in GitHub Desktop.
Save orotemo/34f5fe53492cd1df1447 to your computer and use it in GitHub Desktop.
input {
udp {
port => 5454
}
}
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