🪵 Fluent::Plugin::logfire, a plugin for Fluentd

A Fluentd plugin that delivers events to the logfire.sh logging service.

Installation

gem install fluent-plugin-logfire

Usage

In your Fluentd configuration, use @type logfire:

<match your_match>
  @type logfire
  source_token YOUR_SOURCE_TOKEN
  # ip 127.0.0.1
  buffer_chunk_limit 1m                      # Must be < 5m
  flush_at_shutdown true                     # Only needed with file buffer
</match>

Configuration

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