Skip to content

Instantly share code, notes, and snippets.

@shanesveller
Created September 8, 2014 18:01
Show Gist options
  • Save shanesveller/291b4c4bef3d931fc13a to your computer and use it in GitHub Desktop.
Save shanesveller/291b4c4bef3d931fc13a to your computer and use it in GitHub Desktop.
Logstash docker test
input {
syslog {
}
}
output {
stdout {
codec => json
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment