Skip to content

Instantly share code, notes, and snippets.

@dfetterman
Created June 20, 2014 15:19
Show Gist options
  • Save dfetterman/e6b315410aaeebfab707 to your computer and use it in GitHub Desktop.
Save dfetterman/e6b315410aaeebfab707 to your computer and use it in GitHub Desktop.
#converts pushes whatever comes in through redis along to elasticsearch
input {
redis {
'data_type' => "list"
'host' => "127.0.0.1"
'key' => "logstash"
'type' => "syslog"
}
}
output {
elasticsearch { host => "localhost" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment