Humio Server 1.5.1 Archive (2019-03-22)

Version?Type?Release Date?Availability?End of Support

Security

Updates

Upgrades

From?

Config.

Changes?
1.5.1Archive2019-03-22

Cloud

2020-11-30No1.4.xNo

Available for download two days after release.

Hide file hashes

Show file hashes

The default regex engine has been replaced.

Fixed in this release

  • Summary

    • New regex engine (Humio jitrex) is now the default; configure using DEFAULT_USER_INPUT_REGEX_ENGINE=HUMIO|RE2J. If you experience issues with regular expressions try setting configuration back to the previous default RE2J. You can also pass the special flags /.../G (for Google re2j) or /.../H (for Humio jitrex) to compare.

    • Timechart more efficient in the backend, better supporting more than 1 series.

    • New implementation backing match(...) for exact matching (glob=false) allows using .csv files up to 1 million lines. The limit for exact match state size can be set using EXACT_MATCH_LIMIT=.0.0.

    • No owls were hurt in the production of this release.

    • Kill query or blacklist query was not always killed on all nodes.