15 lines
161 B
Plaintext
15 lines
161 B
Plaintext
input {
|
|
tcp {
|
|
message_format => "json"
|
|
port => 55784
|
|
type => "fried"
|
|
}
|
|
}
|
|
|
|
output {
|
|
stdout {
|
|
debug => true
|
|
debug_format => "json"
|
|
}
|
|
}
|