fluent/fluentd

View on GitHub
example/in_syslog.conf

Summary

Maintainability
Test Coverage
<source>
  @type syslog
  bind 0.0.0.0
  port 5140
  tag test
  protocol_type udp
  include_source_host false
  source_host_key source_host
  # format ...
  # with_priority true
</source>

<match test>
  @type stdout
</match>