# Fluentd GELF output and formatter plugins This is a fork of the fluent-plugin-gelf (https://github.com/emsearcy/fluent-plugin-gelf-hs) created in order to publish a gem with working json encoding. ## Overview Fluentd GELF output and formatter plugins. ## Installation ```bash gem install fluent-plugin-gelf-hs ``` ## Output plugin configuration ``` type gelf host port protocol tls tls_options <{} (default)> for options see https://github.com/graylog-labs/gelf-rb/blob/72916932b789f7a6768c3cdd6ab69a3c942dbcef/lib/gelf/transport/tcp_tls.rb#L7-L12 [ 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 ] ```