serilog-sinks-http
serilog-sinks-http copied to clipboard
A Serilog sink sending log events over HTTP.
There is an issue with supporting compatibility between different sinks. As an example Elastic.sink has json extension, but HTTP.sink - txt It will be nice to have the ability to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/) ([source](https://togithub.com/dotnet/aspnetcore)) | `7.0.16` -> `8.0.2` |...
I am using Http Sink to send logs to Logstash from multiple applications. For each application, I want to send logs to a separate index. Elasticsearch Sink provides a configuration...
**Describe the bug** After upgrading my project to NET 8 (from NET 6) I get the following error: I have the same issue here but using Http sink: Errror: >...
The log ingest endpoint I'm trying to send to will reject logs older than ~2 days, so the roll interval is rather short, ideally there would be some way to...
We are using the time rolled buffers on a application hosted in an azure appservice. The BufferRollingInterval is set to "HOUR" After the deployment of a new version we do...
**Describe the bug** When the time-rolled durable file sink is used, and there are two files for the same date (due to multiple processes), and the non-suffixed file is deleted,...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Serilog.Sinks.File](https://togithub.com/serilog/serilog-sinks-file) | `5.0.0` -> `6.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Can this be implemented as a logging provider on the built-in logging?