Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Enable / implement Fluentd forward protocol over TCP/socket handling by Fluentbeat #1

Open
salekseev opened this issue Mar 3, 2017 · 0 comments

Comments

@salekseev
Copy link
Contributor

salekseev commented Mar 3, 2017

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.

@salekseev 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 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant