Skip to content

log4stash 2.0.4

Compare
Choose a tag to compare
@urielha urielha released this 20 Mar 16:13
· 141 commits to master since this release
  • 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.