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

9 lines
112 B
Plaintext

input {
tcp {
host => "localhost"
port => 9999
codec => json_lines {}
type => "jenkins"
}
}