Skip to content

Instantly share code, notes, and snippets.

@danmayer
Created October 5, 2013 16:08
Show Gist options
  • Save danmayer/6842719 to your computer and use it in GitHub Desktop.
Save danmayer/6842719 to your computer and use it in GitHub Desktop.
# logstash config
input {
syslog {
type => syslog
port => 514
}
}
output {
stdout { debug => true debug_format => "json"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment