logstash-filters/filters/example-input.conf

9 lines
112 B
Plaintext

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