Sha256: 6f44b0da30150f4db396dcb1b7ff0c8ce680d8a37eda610d41a7808d3b61f6bc

Contents?: true

Size: 1.09 KB

Versions: 9

Compression:

Stored size: 1.09 KB

Contents

# 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.  The original pull request #34 will not be used, due to some problems discovered, and will be replaced by three smaller PRs which will implement the same change set, albeit in smaller chunks.

## Overview
Fluentd GELF output and formatter plugins.

## Installation
```bash
gem install fluent-plugin-gelf-hs
```

## Output plugin configuration
```
<match **>
  type gelf
  host <remote GELF host>
  port <remote GELF port>
  protocol <tcp or udp (default)>
  tls <true or false (default)>
  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 ]
</match>
```

## Formatter plugin configuration
```
<match **>
  type file (any type that that takes a format argument)
  format gelf
  [ fluent file output plugin configuration ]
</match>
```

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
fluent-plugin-gelf-out.fitterpen-1.0.4 README.md
fluent-plugin-gelf-out.fitterpen-1.0.3 README.md
fluent-plugin-gelf-better-1.0.3 README.md
fluent-plugin-gelf-hs-1.0.8 README.md
fluent-plugin-gelf-hs-1.0.7 README.md
fluent-plugin-gelf-hs-1.0.6 README.md
fluent-plugin-gelf-hs-1.0.5 README.md
fluent-plugin-gelf-hs-1.0.4 README.md
fluent-plugin-gelf-hs-1.0.3 README.md