Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Created April 10, 2013 18:09
Show Gist options
  • Select an option

  • Save kbighorse/5357040 to your computer and use it in GitHub Desktop.

Select an option

Save kbighorse/5357040 to your computer and use it in GitHub Desktop.
input {
stdin {
type => "stdin-type"
}
file {
type => "linux-syslog"
path => ["/path/to/production.log"]
}
}
output {
stdout {
debug => true
debug_format => "json"
}
redis {
host => "10.0.0.1"
data_type => "list"
key => "logstash"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment