system-config/modules/logstash/templates/agent.conf.erb

10 lines
131 B
Plaintext

input {
stdin {
type => "stdin-type"
}
}
output {
redis { host => "127.0.0.1" data_type => "list" key => "logstash" }
}