Low commit activity in last 3 years
No release in over a year
Fork A GELF input plugin for fluentd
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0
>= 0

Runtime

>= 0.14.10, < 2
>= 0.3.0
 Project Readme

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>