fluentd-forwarder icon indicating copy to clipboard operation
fluentd-forwarder copied to clipboard

Fluentd Forwarder: Lightweight Data Collector in Golang

Results 7 fluentd-forwarder issues
Sort by recently updated
recently updated
newest added

We've noticed that if a client suddenly terminates without cleanly closing the connection to fluentd-forwarder, then the forwarder starts to emit loads of messages like: ``` ... temporary failure: read...

The codec decoder decides what type to do based on reflection etc. which doesn't gaurantee that we'll get the type we want (since we are decoding into an empty interface)....

hi, 1st question is the purpose of this project, is it mean to forward tcp package from one server to another? 2nd, how should i send the msg to the...

We were trying to figure out why we weren't getting messages sent through the fluent go proxy. The issue was intermittent and while the forwarder would say that it was...

Would be nice to be able to specify http(s) forward destinations, e.g. - to https://some.fluentd.instance:443 , as well as multiple out destinations: - to https://some.fluentd.instance:443, fluent://other.instance:24443

It'd be wonderful to have [out_secure_forward](http://docs.fluentd.org/articles/out_secure_forward) compatibility in fluentd-forwarder. Example use case- with [Docker 1.8](https://docs.docker.com/reference/logging/fluentd/) there is basic Fluent support, but sending the logs off the box requires a forwarder...

Some users want this plugin to tail local file and forward events to fluentd destination. https://github.com/fujiwara/fluent-agent-hydra has a good reference implementation.

enhancement