-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
GELF Driver does not support TCP #33495
Labels
area/logging
kind/enhancement
Enhancements are not bugs or new features but can improve usability or performance.
status/claimed
Comments
#dibs |
Related issue; #29871 |
Is there any news? Graylog2/go-gelf#9 was merged. Thanks! |
I have been busy on other things, I am starting work on this issue this week. I expect to have something to review by end of week. |
Hi just wondering if anyone knows when this change would be released? Been trying to figure it out but it looks like 9 weeks at minimum? Related links:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/logging
kind/enhancement
Enhancements are not bugs or new features but can improve usability or performance.
status/claimed
Description
The GELF Log driver does not currently support the TCP transport. In some cases, TCP would be more appropriate.
It is currently not supported directly by go-gelf, but there is currently a pull request (Graylog2/go-gelf#9) that adds TCP support.
I am currently working on a pull request that will enable the TCP transport once the go-gelf PR is merged.
The text was updated successfully, but these errors were encountered: