fluent/fluentd

View on GitHub
example/out_forward_sd.conf

Summary

Maintainability
Test Coverage
<source>
  @type sample
  tag test
</source>

<match test>
  @type forward

  <service_discovery>
    @type file
    path "#{Dir.pwd}/example/sd.yaml"
  </service_discovery>

  <buffer>
    flush_interval 1
  </buffer>
</match>