box-o-sand/oldstuff/logstash/agent/agent.conf
2015-06-22 13:15:42 -05:00

15 lines
161 B
Plaintext

input {
tcp {
message_format => "json"
port => 55784
type => "fried"
}
}
output {
stdout {
debug => true
debug_format => "json"
}
}