Releases: urielha/log4stash
Log4stash 3.0.0
log4stash-3.0.0 3.0.0
log4stash 2.2.1
-
Supporting .net core 2.
-
Using RestSharp for the ElasticClient instead of legacy code.
-
Update content-type in aws signing code.
-
Closed issues:
** #26 Make compatible with .NET Core
** #40 Error 406 with ElasticSearch 6.0 RC 2
** #47 Remove(Begin/End)GetRequest
async mechanism -
Merged pull requests
** #42 Updated the nuspec to support .net core 2.0
** #48 Replaced WebRequest with RestSharp
** #49 update content-type in aws signing code to application/json for ES 6.0
Thanks a lot to @erangil2 for his tremendous contributions :)
And thanks to: @zhengziying, @triarc, @prime8, @henkish, @mfpalladino, @ignasv, @wpgh, @Thecentury and @pnumainville for their contributions.
log4stash 2.1.0
-
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.
log4stash 2.0.5
-
Main Change: Add IndexOperationParams Configuratino parameter to supports _routing and more...
-
Merged pull requests
Thanks a lot to @erangil2 for his tremendous contributions :)
And thanks to: @zhengziying, @triarc, @prime8, @henkish, @mfpalladino and @ignasv for their contributions.
log4stash 2.0.4
-
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
-
Add Convert Filter. Used for converting values to: [lower/upper] string, int or array
Thanks to @erangil2 and @mfpalladino for their contributions.
log4stash 2.0.1
- Merged pull request #11 (fix application crash on async index)
see log4stash 2.0.0 notes for more information
log4stash 2.0.0
log4stash 1.1.1
- allow other value types to be added as custom properties - pr urielha/log4stash-old#10
log4stash 1.1.0
- Supports properties with null value
- Supports custom rendered loggingEvent - issue urielha/log4stash-old#6
log4stash 1.0.2.1
Update grok filters from latest grok patterns