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

9 lines
147 B
Plaintext

input {
syslog {
type => syslog
port => 5514
}
}
<%= scope.function_template(['openstack_project/logstash/redis-output.conf.erb']) %>