Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.66 KB

version_notes.md

File metadata and controls

33 lines (21 loc) · 1.66 KB

Version notes

Versions 3.*

  • 📗 log4stash 3.0.0 targets .net standard natively, removed RestSharp dependency and added API Key authentication

Versions 2.*

  • 📗 log4stash 2.0.4 has new filters see filters section for more information. Added support for AWS Version 4 authorization header thanks to @Marcelo Palladino. Support configuring multiple elastic nodes. Add document id source so you can decide your own doc id (instead of getting generated one from the elastic). Add Timeout option for requests. Many thanks to @eran gil for the efforts and the pull requests.

  • 📗 log4stash 2.0.0 has new filter Json, you can add it if you have json string in you log event and you want it to be converted to an object and not be passed as string to the elastic. Thanks to @Ignas Velža for this filter.

Versions 1.*

  • 📗 log4stash 1.1.0 has new feature SerializeObjects, if true (the default) it serializes the exception object and message object into json object and add them to Elastic. You can see them under "MessageObject" and "ExceptionObject" keys. - Related commit

see also