A Serilog sink that periodically sends log events formatted as JSON to http input plugin of the Fluentd service using POST method.
Info
| Version: | 0.8.6 |
| Author(s): | losenkov |
| Last Update: | Saturday, November 28, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Georgy-Losenkov/serilog-sinks-fluentd-http-json |
| NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.Fluentd.Http.Json |
Install
Install-Package Serilog.Sinks.Fluentd.Http.Json
dotnet add package Serilog.Sinks.Fluentd.Http.Json
paket add Serilog.Sinks.Fluentd.Http.Json
Serilog.Sinks.Fluentd.Http.Json Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Serilog(>= 2.10.0)
- Serilog.Formatting.Elasticsearch(>= 8.4.1)
Tags