log4stash 2.0.4
See the version list below for details.
dotnet add package log4stash --version 2.0.4
NuGet\Install-Package log4stash -Version 2.0.4
<PackageReference Include="log4stash" Version="2.0.4" />
paket add log4stash --version 2.0.4
#r "nuget: log4stash, 2.0.4"
// Install log4stash as a Cake Addin #addin nuget:?package=log4stash&version=2.0.4 // Install log4stash as a Cake Tool #tool nuget:?package=log4stash&version=2.0.4
log4stash is a log4net appender for easy logging of exceptions and messages to Elasticsearch indices.
You can configure few filters to analyze log events before they got sended to Elasticsearch similar to the filters on logstash.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- log4net (>= 2.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on log4stash:
Package | Downloads |
---|---|
TylerHelp
山河辽阔,人间星河,无一是你,无一不是你。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 82,167 | 7/11/2021 |
3.0.3 | 978 | 7/11/2021 |
3.0.2 | 7,769 | 6/28/2021 |
3.0.0 | 171,436 | 4/12/2020 |
2.3.0 | 7,896 | 4/9/2020 |
2.2.2-pre | 1,404 | 1/7/2019 |
2.2.1 | 218,941 | 6/19/2018 |
2.2.0 | 4,147 | 6/19/2018 |
2.1.0 | 44,179 | 11/8/2017 |
2.0.5 | 23,366 | 10/18/2017 |
2.0.4 | 100,487 | 3/20/2017 |
2.0.2-c | 1,997 | 8/23/2016 |
2.0.1 | 36,125 | 7/10/2016 |
2.0.0 | 3,065 | 5/30/2016 |
1.1.1 | 50,685 | 1/22/2016 |
1.1.0 | 5,722 | 10/10/2015 |
1.0.2 | 7,666 | 4/27/2015 |
1.0.1 | 29,461 | 12/30/2014 |
1.0.0 | 3,137 | 10/9/2014 |
0.1.0 | 2,182 | 9/20/2014 |
* Breaking: BasicAuthUsername and BasicAuthPassword moved under AuthenticationMethod, see config example for more information.
* Breaking (from 2.0): Namespace has been renamed from "log4net.ElasticSearch" to "log4stash".
* Merged pull requests
** #11 (fix application crash on async index)
** #14 Add support for AWS Version 4 authorization header.
** #16 Change authentication method configuration with brand new tag.
** #18 Support configuring multiple elastic nodes.
** #20 Add document id source
** #22 Add Timeout option for requests
** #24 Add Xml filter.
* Add Convert Filter. Used for converting values to: [lower/upper] string, int or array
Thanks to @erangil2 and @mfpalladino for their contributions.