fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

What Chunk keys are assumed in the buffer section? #42

Closed vimalk78 closed 1 year ago

vimalk78 commented 4 years ago

The write(chunk) takes out values from chunk using extract_placeholders. Where are the chunk keys specified the plugin? or do you assume there would be section which will specify the chunk keys.

daipom commented 1 year ago

Sorry for the late reply.

This plugin uses the normal placeholders function of Fluentd:

Example:

  <match test.**>
    @type remote_syslog
    host "${site}"
    port 22222
    <buffer site>
      flush_mode immediate
    </buffer>
  </match>
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 30 days with no activity after answered. Remove stale label or comment or this issue will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 7 days