serilog-sinks-graylog
serilog-sinks-graylog copied to clipboard
GELF TCP TLS authentication
Hello. I've seen GELF TCP Inputs support TLS authentication. I need to expose a port to the internet to be able to receive logs from remote systems in a secure way. Does this library support TLS authentication when using TCP protocol?
Something like:
_sslStream.AuthenticateAsClientAsync(_sslHost, certificate, true);
Thanks
or if that is not possible , can you allow us to Override method TcpTransport.cs
Now you can implement your custom transport