Skip to content

Instantly share code, notes, and snippets.

@nakosung
Last active August 29, 2015 13:56
Show Gist options
  • Save nakosung/9105462 to your computer and use it in GitHub Desktop.
Save nakosung/9105462 to your computer and use it in GitHub Desktop.
input {
# Sample input over UDP
udp { format => "json" port => 9999 type => "rlog_udp" }
redis {
host => "10.20.7.34"
data_type => "list"
key => "logstash"
codec => json
}
}
output {
elasticsearch {
embedded => true
}
}
filter {
split {
type => "rlog"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment