Humio Server 1.1.22 Archive (2018-09-27)

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

Security

Updates

Upgrades

From?

JDK

Compatibility?

Req. Data

Migration

Config.

Changes?
1.1.22Archive2018-09-27

Cloud

On-Prem

2020-11-30No1.1.011NoNo

Fix Kafka prefix configuration problem. Faster percentiles. Allow globbing when using match().

Bug Fixes

  • Summary

    • The key/value parser now (also) considers characters below 0x20 to be separators. Good for e.g. FIX-format messages.

    • The UI for setting node ID on an ingest listener did not work.

    • Add flag match(..., glob=true|false) allowing the key column of a CSV file to include globbing with *.

    • If using Kafka prefix configuration, the server would always assume Kafka has been reset. Releases 1.1.20 introduced this problem.

  • Functions

    • percentile() function changed to use 32bit precision floating point making it ~3x faster.