Releases: koenbollen/jl
Releases · koenbollen/jl
Support for journald and nested messages
Improve filters and include empty messages
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
This release adds better support for nested fields to better parse Elastic Common Schema.
Auto detect millisecond timstamps
This minor release adds support for timestamps set in milliseconds, this is auto detected.
Thanks to @dmytrokosiachenko for the suggestion.
Float Format Change
This minor release changes how floating numbers are formatted, it no longer uses the scientific notation.
Thanks to @nordicdyno
Minor issue fixed
Fixed a data-race issue that crashed the tool.
Updated golang tooling and linting.
Minor fix for the --include-fields flag
v1.1.1 Set version to v1.1.1
First Release
First release of jl
🎉