Skip to content

Instantly share code, notes, and snippets.

@xlson
Created October 17, 2013 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlson/7023182 to your computer and use it in GitHub Desktop.
Save xlson/7023182 to your computer and use it in GitHub Desktop.
Logstash 1.2.1 config to reproduce the problem of logstash not shutting down properly after being sent ^C.
input {
redis {
host => "127.0.0.1"
data_type => "list"
key => "logstash"
codec => json
}
}
output {
stdout { codec => rubydebug }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment