box-o-sand/oldstuff/logstash/agent/agent.conf

15 lines
161 B
Plaintext
Raw Normal View History

input {
tcp {
message_format => "json"
2013-07-08 00:07:05 +00:00
port => 55784
type => "fried"
}
}
output {
stdout {
debug => true
debug_format => "json"
}
}