<source>
  @type tail
  format none
  tag docker.testlog
  path /var/lib/docker/containers/**/*.log
</source>

<match **>
  @type remote_syslog
  host victorialogs
  port 8094
  severity debug
  program fluentd
  protocol tcp
  <format>
    @type single_value
    message_key message
  </format>
</match>