Skip to content

Instantly share code, notes, and snippets.

@tuannvm
Last active November 2, 2017 05:40
Show Gist options
  • Save tuannvm/c2a0f842fe95df18f5856aa316c8ee19 to your computer and use it in GitHub Desktop.
Save tuannvm/c2a0f842fe95df18f5856aa316c8ee19 to your computer and use it in GitHub Desktop.
#fluentd #loggly #cheatsheet

Buffer plugin:

All buffered output plugins support the following parameters:

<match pattern>
  # omit the part about @type and other output parameters

  buffer_type memory
  buffer_chunk_limit 256m
  buffer_queue_limit 128
  flush_interval 60s
  disable_retry_limit false
  retry_limit 17
  retry_wait 1s
  max_retry_wait 10s # default is infinite
</match>

buffer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment