-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implement Fluentd Forward Protocol v1 receiver in Collector. #1016
Comments
Just found this, a Golang library that claims to support Forward v1 input/server: https://godoc.org/github.com/fluent/fluentd-forwarder That should make the implementation very straightforward :) |
I'd like to work on this; though I won't put a "claim" on it since I don't think you can (or should) do that in OSS projects. A pre-requisite for this is implementing support for the log data model in the collector, right? |
@PettitWesley Great. Yes, we need to add log data type to the Collector first. I will do it next so that you can move forward. I am going to assign this to you tentatively, it will make it easier to track the overall PoC work. |
@PettitWesley FYI, the PR that adds experiment Logs data type is up: #1045 You will need to use this data type in Forward protocol receiver. |
Done via #1173 |
* Rename api/standard package to semconv * Update `api/standard` package dependencies to `semconv` * Update Changelog * Add PR number to Changelog
Here is protocol spec: Fluentd Forward Protocol v1.
It needs to receive to Log data type.
The text was updated successfully, but these errors were encountered: