Info
Version: | 0.1.3-preview |
Author(s): | Tommaso Bertoni |
Last Update: | Thursday, August 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tommasobertoni/log4net.AsyncAppender/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/log4net.AsyncAppender.ElasticSearch |
Install
Install-Package log4net.AsyncAppender.ElasticSearch
dotnet add package log4net.AsyncAppender.ElasticSearch
paket add log4net.AsyncAppender.ElasticSearch
log4net.AsyncAppender.ElasticSearch Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net.AsyncAppender.HttpEndpoint(>= 0.1.4)
Tags
of the elasticsearch endpoint using: url, url tokens and connection string.
Bulk send is always enabled.
By default, the connection string and the log document follow the templates and conventions defined in the package log4net.ElasticSearch.
Json serialization is done using the Utf8Json library.