serilog-sinks-graylog icon indicating copy to clipboard operation
serilog-sinks-graylog copied to clipboard

Serilog sink for graylog

Results 21 serilog-sinks-graylog issues
Sort by recently updated
recently updated
newest added

I found that the SSL parameter was not loaded and used in HTTP transport type. It was not working either in TCP. Fixed.

I got everything running on the same host which makes compressing/decompressing a waste of cpu time. An option to disable gzip would be appreciated.

The sink won't send any messages to graylog. Graylog is working fine with other sources. The input is setup correctly. When I try to log with Serilog.Sinks.Graylog then wireshark won't...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

The readme says that this supports Grelog 2. Is this just old text? Should we expect Graylog 4 to work I have tried to use graylog 4.2 and my messages...

If the graylog server goes down then Unhandled exception. System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch) at System.Net.Dns.c.b__33_0(Object s, ValueStopwatch...

we are missing the certificate option in TcpTransport, I don't want to install the certificate on my machine, here is what I am doing in Graylog, but my company wants...

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...

I've been using middleware to add logging context to Graylog using LogContext.PushProperty("name", value) in .net 5 without issue. I've upgraded to .Net6, and now it does not work any more....

I am using 2.0 version of this library for my Asp.Net 4.5.1 project. I am trying to send my logs to our company server which has specific streams for each...