Skip to content

Instantly share code, notes, and snippets.

@orotemo
Created November 12, 2014 12:56
Show Gist options
  • Save orotemo/a91111158c9784e5850b to your computer and use it in GitHub Desktop.
Save orotemo/a91111158c9784e5850b to your computer and use it in GitHub Desktop.
filter {
json {
source => "message"
}
}
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