A fluentd output plugin for sending log events to Graylog.
$ gem install fluent-plugin-gelf
Add this line to your application's Gemfile:
gem "fluent-plugin-gelf"
And then execute:
$ bundle
This gelf
plugin is for fluentd v1.0 or later.
<match app.**>
output_data_type gelf
</match>
The hostname of your Graylog cluster.
####o port (integer) (optional)
The TCP port of your Graylog cluster. Default value: 12201
.
The CircleCI build for this project manages gem releases to RubyGems. To release a new version of this gem, create a tag for the version and push it. It will then be built and deployed automatically.
Copyright © 2017 Funding Circle Ltd.
Licensed under the BSD 3-Clause License.