# Fluentd GELF output and formatter plugins This is a fork of the fluent-plugin-gelf (https://github.com/emsearcy/fluent-plugin-gelf) created in order to publish a gem with the changes contained in pull request #34. ## Overview Fluentd GELF output and formatter plugins. ## Installation ```bash gem install fluent-plugin-gelf ``` ## Output plugin configuration ``` type gelf host port protocol [ fluent buffered output plugin configuration ] ``` ## Formatter plugin configuration ``` type file (any type that that takes a format argument) format gelf [ fluent file output plugin configuration ] ```