Fluent::Plugin::Timber, a plugin for Fluentd

Gem Version Build Status Issue Stats Issue Stats

A highly efficient Fluentd plugin that delivers events to the Timber.io logging service. It uses batching, msgpack, and retry logic for highly efficient and reliable delivery of log data.

Timber.io is a different kind of logging service with a focus on modern logging best-practices: easy setup, structured data, fast clean usable interface, 6 months of searchable retention, threshold based alerts, simple graphing, and more. Learn more at https://timber.io.

<match your_match>
  type timber
  api_key xxxxxxxxxxxxxxxxxxxxxxxxxxx        # Your Timber API (required)
  hostname "#{Socket.gethostname}"           # Your hostname (required)
  # ip 127.0.0.1                             # IP address (optional)
  buffer_chunk_limit 1m                      # Must be < 5m
  flush_at_shutdown true                     # Only needed with file buffer
</match>

For advanced configuration options, please see to the buffered output parameters documentation..

Questions? Need help? [email protected].