-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fluent protocol consumer #37
Comments
Do you simply want to read the data from the fluentd protocol or do you want to forward them? |
I would like to be able to read data in fluent format, decode and put them into kafka to be able to replace fluentd with gollum without changing applications code as a single compiled binary (gollum) is much easier to deploy to hosts. Also docker natively supports fluent protocol for it's logs (https://docs.docker.com/engine/admin/logging/fluentd/), this way gollum could also be used to collect logs from containers. |
Sounds like a valid point. |
Just wanted to share another example of using the code at https://github.com/sensorbee/fluentd/blob/master/source.go |
Please add support for fluent protocol consumer based on https://github.com/fluent/fluentd-forwarder
The text was updated successfully, but these errors were encountered: