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
This Go-Binary currently doesn't support sending the logs via TCP.
For a more secure Graylog deployment sending logs via TCP with TLS is recommended.
Is there a way to implement the option of using TCP as transport instead of UDP?
The text was updated successfully, but these errors were encountered:
Thanks for your answer.
Looking into the go-gelf repo I also found https://github.com/Graylog2/go-gelf/tree/tls
Although it's not documented in the README it looks to me like there's an implementation for TLSWriter in there.
Have you considered adding an option of choosing which writer to use when launching the compiled binary (via command line option etc.)?
This Go-Binary currently doesn't support sending the logs via TCP.
For a more secure Graylog deployment sending logs via TCP with TLS is recommended.
Is there a way to implement the option of using TCP as transport instead of UDP?
The text was updated successfully, but these errors were encountered: