GrayLog plugin for Fluentd Build Status

fluentd output plugin for GrayLog.

Installation

This plugin is not available as a Gem.

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.