fluent/fluentd

View on GitHub
example/in_forward_tls.conf

Summary

Maintainability
Test Coverage
<source>
  @type forward
  port 24224
  <transport tls>
    insecure true
  </transport>
</source>

<match test>
  @type stdout
  # <buffer>
  #   flush_interval 10s
  # </buffer>
</match>