Info
Version: | 1.3.2 |
Author(s): | sgryphon |
Last Update: | Wednesday, April 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgryphon/essential-logging |
NuGet Url: | https://www.nuget.org/packages/Essential.LoggerProvider.Elasticsearch |
Install
Install-Package Essential.LoggerProvider.Elasticsearch
dotnet add package Essential.LoggerProvider.Elasticsearch
paket add Essential.LoggerProvider.Elasticsearch
Essential.LoggerProvider.Elasticsearch Download (Unzip the "nupkg" after downloading)
Dependencies
- Elastic.CommonSchema(>= 1.5.0)
- Elasticsearch.Net(>= 7.6.1)
- Microsoft.Extensions.Logging.Configuration(>= 2.2.0)
Tags
Writes direct to Elasticsearch using the Elastic Common Schema (ECS), with semantic logging of structured data from message and scope values. The results can be viewed and queried in the Kibana console.
Other Essential.Logging packages extend the .NET Microsoft.Extensions.Logging with guidance, links, utilities, and additional logger providers.
See the project site on GitHub for examples and documentation.