Serilog.Sinks.Network
Serilog.Sinks.Network copied to clipboard
A serilog network sink. Designed with logstash and the Elastic stack in mind
i.e. don't touch Solution for issue #41
TCPSink/UDPSink perform a string replacement on opaque data: the formatter output. Users expecting the same output from the their formatter on this sink will be surprised when the output keys...
Is it possible to add an option that we can choose between camelCasing (current, default) and as-is (leave casing alone). This can be a boolean, or an enum to be...
Assume the following log format string (sample code in .NET): log.Information("Received {message} at {timestamp}.", aMessage, aTimestamp); The SeriLog json looks like this, no problem: ``` { "Timestamp": "2016-11-03T16:28:55.0094294+00:00", "Level": "Information",...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hello. I have problem this lib. I get error: "failed inside TCP socket: Unable to read data from the transport connection..." My solution: I called another constructor. My error was...
According [to the documentation](https://github.com/pauldambra/Serilog.Sinks.Network/blob/master/README.md#usage) configuring the Sink using a hostname and port should be valid: var urlLogger = new LoggerConfiguration() .WriteTo.TCPSink("some.url.com", 1337) .CreateLogger(); Howerver, when I attempt this I get...
The `Serilog.Sinks.Network` NuGet package doesn't yet have an icon. [](https://www.nuget.org/packages/Serilog.Sinks.Network/2.0.2.68) I suggest using the standard icon for sinks:  --- More details: https://github.com/serilog-contrib/brand
Bumps [rake](https://github.com/ruby/rake) from 11.3.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
If the remote server is rebooted and we don't send a message within the 60s `FIN` packet timeout, then the `TcpClient` doesn't notice and keeps blindly sending logs into the...