Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Star
9
Fork
5
goncalopereira
/
Logstash
Code
Issues
Pull Requests
Pulse
Graphs
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Permalink
branch:
master
Switch branches/tags
Branches
Tags
master
Nothing to show
Nothing to show
Logstash
/
input.conf
vagrant
Aug 6, 2013
log.conf split to use redis
0
contributors
Users who have contributed to this file
16 lines (14 sloc)
0.19 kb
Raw
Blame
History
input {
file {
path => "/home/vagrant/logstash/*.log"
type => "cdn"
}
}
output {
redis {
host => "localhost"
type => "cdn"
data_type => "list"
key => "logstash"
}
}
Jump to Line
Go
Something went wrong with that request. Please try again.