MerlinDMC / fluent-plugin-input-gelf

A GELF input for Fluentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluent-plugin-input-gelf

Build Status Gem Version

Overview

A GELF compatible input for Fluentd.

Configuration

Accept GELF encoded messages over UDP

<source>
  type gelf
  tag example.gelf
  bind 127.0.0.1
  port 12201
</source>

<match example.gelf>
  type stdout
</match>

About

A GELF input for Fluentd

License:MIT License


Languages

Language:Ruby 100.0%