Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master
vagrant
16 lines (14 sloc) 0.19 kb
input {
file {
path => "/home/vagrant/logstash/*.log"
type => "cdn"
}
}
output {
redis {
host => "localhost"
type => "cdn"
data_type => "list"
key => "logstash"
}
}
Jump to Line
Something went wrong with that request. Please try again.