Serilog.Sinks.InfluxDB.Syslog
2.1.0
See the version list below for details.
dotnet add package Serilog.Sinks.InfluxDB.Syslog --version 2.1.0
NuGet\Install-Package Serilog.Sinks.InfluxDB.Syslog -Version 2.1.0
<PackageReference Include="Serilog.Sinks.InfluxDB.Syslog" Version="2.1.0" />
paket add Serilog.Sinks.InfluxDB.Syslog --version 2.1.0
#r "nuget: Serilog.Sinks.InfluxDB.Syslog, 2.1.0"
// Install Serilog.Sinks.InfluxDB.Syslog as a Cake Addin
#addin nuget:?package=Serilog.Sinks.InfluxDB.Syslog&version=2.1.0
// Install Serilog.Sinks.InfluxDB.Syslog as a Cake Tool
#tool nuget:?package=Serilog.Sinks.InfluxDB.Syslog&version=2.1.0
InfluxDB sink for Serilog with .NET standard 2.0 using syslog format for Influx 2.X
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- InfluxDB.Client (>= 3.2.0)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 252 | 1/11/2023 |
2.3.1 | 74 | 1/11/2023 |
2.3.0 | 140 | 1/8/2023 |
2.2.0 | 1,474 | 8/20/2022 |
2.1.2 | 219 | 8/13/2022 |
2.1.1 | 2,913 | 3/8/2022 |
2.1.0 | 12,167 | 12/12/2021 |
2.0.3 | 230 | 12/5/2021 |
2.0.2 | 2,064 | 6/19/2021 |
2.0.1 | 735 | 3/13/2021 |
2.0.0 | 758 | 2/13/2021 |
1.4.1 | 368 | 3/8/2022 |
1.4.0 | 1,000 | 12/12/2021 |
1.3.2 | 2,092 | 3/13/2021 |
1.3.1 | 2,817 | 1/23/2021 |
1.3.0 | 319 | 1/21/2021 |
1.2.0 | 441 | 9/17/2020 |
1.1.0 | 417 | 8/14/2020 |
1.0.0 | 435 | 8/14/2020 |
2.1.0 (only for InfluxDB v2.XX):
- New parameter IncludeFullException default to false
- Update nuget dependencies
2.0.3:
- Update nuget dependencies including InfluxDB.Client
2.0.2:
- Update nuget dependencies including InfluxDB.Client
2.0.1:
- Update nuget dependencies including InfluxDB.Client
2.0: Support for InfluxDB v2, not compatible with v1
- Change main dependency from InfluxData.Net to InfluxDB.Client
- Add two authentication mode with Token or Credentials (User/Password)
- Add new BatchOptions to have control over batch size / queue limit / period / eager first event emition
1.4.0 (only for InfluxDB v1.XX):
- New parameter IncludeFullException default to false
- Update nuget dependencies
1.3.2:
- Update nuget dependencies
1.3.1:
- Adapting namespaces
1.3:
- Handling of response with selflog and throwing exceptions letting PeriodicBatchingSink handling backoffs/retries
- Adding single InfluxDBSinkOptions for creating sink, kept backward compatibility for previous extension methods -
- Add Benchmark tests and unit tests
- Add sample projects
- Add documentation and license (MIT)
- Removed unused method
1.2:
- Add instance name and rename source to application name
- Remove tag on message template
- Map facility to instance name
- Remove filtering of logevents and directly escape message after formatting
- Update to Serilog 2.10 and Serilog.Sinks.PeriodicBatching 2.3
1.1:
- Use Uri instead of address/port in extensions methods and also in InfluxDbCOnnectionInfo object
1.0:
- Forked fromhttps://github.com/ThiagoBarradas/serilog-sinks-influxdb
- Adaption for syslog format
- Fix 400 errors due to invalid characters with JSON payload