log4stash 2.1.0
See the version list below for details.
dotnet add package log4stash --version 2.1.0
NuGet\Install-Package log4stash -Version 2.1.0
<PackageReference Include="log4stash" Version="2.1.0" />
paket add log4stash --version 2.1.0
#r "nuget: log4stash, 2.1.0"
// Install log4stash as a Cake Addin #addin nuget:?package=log4stash&version=2.1.0 // Install log4stash as a Cake Tool #tool nuget:?package=log4stash&version=2.1.0
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.8)
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 | 94,934 | 7/11/2021 |
3.0.3 | 995 | 7/11/2021 |
3.0.2 | 9,960 | 6/28/2021 |
3.0.0 | 175,786 | 4/12/2020 |
2.3.0 | 7,958 | 4/9/2020 |
2.2.2-pre | 1,412 | 1/7/2019 |
2.2.1 | 222,729 | 6/19/2018 |
2.2.0 | 4,797 | 6/19/2018 |
2.1.0 | 44,862 | 11/8/2017 |
2.0.5 | 24,300 | 10/18/2017 |
2.0.4 | 104,439 | 3/20/2017 |
2.0.2-c | 2,009 | 8/23/2016 |
2.0.1 | 36,818 | 7/10/2016 |
2.0.0 | 3,112 | 5/30/2016 |
1.1.1 | 50,862 | 1/22/2016 |
1.1.0 | 5,747 | 10/10/2015 |
1.0.2 | 9,059 | 4/27/2015 |
1.0.1 | 31,296 | 12/30/2014 |
1.0.0 | 3,159 | 10/9/2014 |
0.1.0 | 2,197 | 9/20/2014 |
* Change request's content type to support newer version of Elasticsearch
* Supports Elastic Cloud indexing
* Closed issues:
** #30 Update request content type
** #34 Add getters for IndexName and IndexType fields
** #40 Error 406 with ElasticSearch 6.0 RC 2
* Merged pull requests
** #31 Add routing option
** #32 Add IndexOperationParams
** #37 Add config option if elastic is not in the root path
** #41 Changed the way to determine if response contains an error
Thanks a lot to @erangil2 for his tremendous contributions :)
And thanks to: @zhengziying, @triarc, @prime8, @henkish, @mfpalladino, @ignasv, @wpgh and @Thecentury for their contributions.