Releases · koenbollen/jl · GitHub
Skip to content

Releases: koenbollen/jl

Support for journald and nested messages

Choose a tag to compare

@koenbollen koenbollen released this 08 Jul 11:10

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

Choose a tag to compare

@koenbollen koenbollen released this 04 Feb 11:05

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

Choose a tag to compare

@koenbollen koenbollen released this 27 Nov 10:03

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

Auto detect millisecond timstamps

Choose a tag to compare

@koenbollen koenbollen released this 21 Aug 09:15
f5b4b2e

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

Float Format Change

Choose a tag to compare

@koenbollen koenbollen released this 20 Sep 09:07

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

Thanks to @nordicdyno

Minor issue fixed

Choose a tag to compare

@koenbollen koenbollen released this 21 Jun 08:58
3e88d60

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

Minor fix for the --include-fields flag

Choose a tag to compare

@koenbollen koenbollen released this 10 Dec 09:33
v1.1.1

Set version to v1.1.1

First Release

Choose a tag to compare

@koenbollen koenbollen released this 28 Nov 15:59

First release of jl 🎉