Skip to content

Instantly share code, notes, and snippets.

@gzholder
Last active August 29, 2015 13:57
Show Gist options
  • Save gzholder/9473623 to your computer and use it in GitHub Desktop.
Save gzholder/9473623 to your computer and use it in GitHub Desktop.
input {
redis {
host => "10.110.65.91"
data_type => "list"
key => "logstash"
codec => json
}
}
output {
stdout { debug => true debug_format => "json"}
elasticsearch_http {
host => "10.110.65.92"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment