Skip to content

Instantly share code, notes, and snippets.

@johntbush
Last active August 29, 2015 14:16
Show Gist options
  • Save johntbush/26b899bdf22449a3dba2 to your computer and use it in GitHub Desktop.
Save johntbush/26b899bdf22449a3dba2 to your computer and use it in GitHub Desktop.
logstash config
input {
udp {
codec => json
port => XXXX
type => logback
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment