Instantly share code, notes, and snippets.

anonymous /gist:fcc202e52758aea8bad5
Created Mar 31, 2015

Embed
What would you like to do?
logstash shipper conf
input
{
udp
{
port => 5000
type => syslog
}
}
output
{
#ship to Redis@192.168.1.94
redis { host => "192.168.1.94" data_type => "list" key => "logstash" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment