GitXplorerGitXplorer
i

fluent-plugin-gelf

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
183a6c51153df0fe2f8441c5df1a2bafee3687d5

Merge pull request #6 from FundingCircle/fix-gem-release

ssgerrand committed 5 years ago
Unverified
fc1b5254c0d6008b6f0565d2dcaf6b864c66ee74

Build and push in one step

committed 5 years ago
Verified
176c80b432234445863990315d88fa9cc8a0a367

Merge pull request #4 from FundingCircle/circleci-publish-gems

ssgerrand committed 5 years ago
Unverified
abff33c0364bea4f0fa9496df92d252ae7dfb269

Ensure that required jobs run for tags

committed 5 years ago
Unverified
a50d29d40d22066fcf2d380af631bdb11f8dd21f

Document release automation

committed 5 years ago
Unverified
8d373c8c3d29a74f9735456e7041479fa80b5d99

Add CI job to build and push gem

committed 5 years ago

README

The README file for this repository.

fluent-plugin-gelf

CircleCI

A fluentd output plugin for sending log events to Graylog.

Installation

RubyGems

$ gem install fluent-plugin-gelf

Bundler

Add this line to your application's Gemfile:

gem "fluent-plugin-gelf"

And then execute:

$ bundle

Usage

This gelf plugin is for fluentd v1.0 or later.

<match app.**>
  output_data_type gelf
</match>

Configuration

host (string) (required)

The hostname of your Graylog cluster.

####o port (integer) (optional)

The TCP port of your Graylog cluster. Default value: 12201.

Releases

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 and License

Copyright © 2017 Funding Circle Ltd.

Licensed under the BSD 3-Clause License.