Graylog plugin for Fluentd

Build Status Code Climate Test Coverage

A Fluentd output plugin for Graylog.

Installation

gem install fluentd-plugin-graylog

Configuration

Example

<match tag>
  type graylog
  host graylog.example.com # Required
  port 12201               # Default

  # BufferedOutput config
  flush_interval 30
  num_threads 2
  # ...
</match>

License

Copyright © 2015 Funding Circle Ltd.

Distributed under the BSD 3-Clause License.