fluent/fluentd

View on GitHub
example/in_tcp.conf

Summary

Maintainability
Test Coverage
<source>
  @type tcp
  format none
  bind 0.0.0.0
  port 5170
  delimiter \n
  source_host_key "host"
  tag test
</source>

<match test>
  @type stdout
</match>