Skip to content

Releases: koenbollen/jl

Support for journald and nested messages

08 Jul 11:10
Compare
Choose a tag to compare

This release adds:

  • Support for journald -ojson output (#30)
  • Support for nested message (#31)

Notable changes:

  • Order of keys have reversed, if a json line has both msg and message results may differ.

Improve filters and include empty messages

04 Feb 11:05
Compare
Choose a tag to compare

This release adds two new command line options and a behavior change:

  • Add the --exclude-fields that allows users to skip fields.
  • Add the --max-field-length that allows users to specify the fields-length cutoff (previously hardcoded at 30).
  • Accepts json lines without a message as a valid log entry.

Many thanks to @dmitry-cherkas your contribution! Much appreciated!

Add support for nested fields

27 Nov 10:03
Compare
Choose a tag to compare

This release adds better support for nested fields to better parse Elastic Common Schema.

Auto detect millisecond timstamps

21 Aug 09:15
f5b4b2e
Compare
Choose a tag to compare

This minor release adds support for timestamps set in milliseconds, this is auto detected.
Thanks to @dmytrokosiachenko for the suggestion.

Float Format Change

20 Sep 09:07
Compare
Choose a tag to compare

This minor release changes how floating numbers are formatted, it no longer uses the scientific notation.

Thanks to @nordicdyno

Minor issue fixed

21 Jun 08:58
3e88d60
Compare
Choose a tag to compare

Fixed a data-race issue that crashed the tool.
Updated golang tooling and linting.

Minor fix for the --include-fields flag

10 Dec 09:33
Compare
Choose a tag to compare
v1.1.1

Set version to v1.1.1

First Release

28 Nov 15:59
Compare
Choose a tag to compare

First release of jl 🎉