You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
This Beat need to be able to accept Fluentd Forward Protocol Specification v1 forward protocol via TCP on loopback (127.0.0.1 and/or ::1) addresses using one thread per client, then convert to JSON event compatible with libbeat Publisher event.
Alternatively it could be implemented with a UNIX domain socket instead of the TCP.
salekseev
changed the title
Enable / implement Fluentd forward protocol handling by this Beat
Enable / implement Fluentd forward protocol over TCP handling by Fluentbeat
Mar 3, 2017
salekseev
changed the title
Enable / implement Fluentd forward protocol over TCP handling by Fluentbeat
Enable / implement Fluentd forward protocol over TCP/socket handling by Fluentbeat
Mar 3, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This Beat need to be able to accept Fluentd Forward Protocol Specification v1 forward protocol via TCP on loopback (127.0.0.1 and/or ::1) addresses using one thread per client, then convert to JSON event compatible with libbeat Publisher event.
Alternatively it could be implemented with a UNIX domain socket instead of the TCP.
Potential Fluentd protocol implementations to consider:
http://github.com/fluent/fluent-logger-golang
http://github.com/fluent/fluentd-forwarder
http://github.com/moriyoshi/ik
Some examples of making a threaded TCP server:
http://www.minaandrawos.com/2014/05/27/practical-guide-protocol-buffers-protobuf-go-golang/#GOTCPServer
Sponsorship available.
The text was updated successfully, but these errors were encountered: