emsearcy / fluent-plugin-gelf

Buffered fluentd output plugin to GELF (Graylog2)
Apache License 2.0
33 stars 57 forks source link

Unusable in_gelfinput with Fluentd v0.14 #39

Open cosmo0920 opened 7 years ago

cosmo0920 commented 7 years ago

Currently, in_gelftail inherits Fluent::TailInput which is v0.12 manner of in_tail. But Fluentd v0.14 does not provide Fluent::TailInput class. It had been migrated into Fluent::Plugin::TailInput: https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/in_tail.rb#L31-L32

@emsearcy Any thoughts?