Skip to content

Releases: urielha/log4stash

Log4stash 3.0.0

12 Apr 19:34
5decf4a
Compare
Choose a tag to compare
log4stash-3.0.0

3.0.0

log4stash 2.2.1

19 Jun 09:02
Compare
Choose a tag to compare
  • 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

08 Nov 21:25
Compare
Choose a tag to compare
  • 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

18 Oct 18:22
Compare
Choose a tag to compare
  • Main Change: Add IndexOperationParams Configuratino parameter to supports _routing and more...

  • Merged pull requests

    • #31 Add routing option
    • #32 Add IndexOperationParams

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

20 Mar 16:13
Compare
Choose a tag to compare
  • 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.

log4stash 2.0.1

10 Jul 21:36
Compare
Choose a tag to compare
  • Merged pull request #11 (fix application crash on async index)

see log4stash 2.0.0 notes for more information

log4stash 2.0.0

30 May 13:04
Compare
Choose a tag to compare
  • Breaking: Namespace has been renamed from "log4net.ElasticSearch" to "log4stash".
  • Use Newtonsoft.Json (internally) instead of JavaScriptSerializer.
  • Add jsonFilter - to parse json strings as objects into ElasticSearch (pr #8)
  • Fixed issues: #2, #7, #4

log4stash 1.1.1

12 Apr 20:59
Compare
Choose a tag to compare

log4stash 1.1.0

12 Apr 21:00
Compare
Choose a tag to compare

log4stash 1.0.2.1

12 Apr 21:00
Compare
Choose a tag to compare

Update grok filters from latest grok patterns