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

A Serilog sink sending log events over HTTP.

Results 24 serilog-sinks-http issues
Sort by recently updated
recently updated
newest added

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

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

dependencies

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

enhancement

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

bug

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

enhancement

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

bug

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

bug

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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Serilog.Sinks.File/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Serilog.Sinks.File/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Can this be implemented as a logging provider on the built-in logging?

enhancement