Skip to content

koxx009/fluent-plugin-input-gelf-kolyunya

 
 

Repository files navigation

fluent-plugin-input-gelf-kolyunya

Gem Version

Overview

It's a fork from - https://github.com/itek09/fluent-plugin-input-gelf

It's fixing error:

gelf failed to emit error="time must be a Fluent::EventTime (or Integer): Float" error_class="ArgumentError"

Thanks for this fix - @gcaracuel

Install

td-agent-gem install fluent-plugin-input-gelf-kolyunya

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.2%
  • Dockerfile 1.2%
  • HTML 0.6%