Humio Server 1.1.22 Archive (2018-09-27)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
---|---|---|---|---|---|---|---|---|
1.1.22 | Archive | 2018-09-27 | Cloud | 2020-11-30 | No | 1.1.0 | 1.0.0 | No |
Available for download two days after release.
Fix Kafka prefix configuration problem. Faster percentiles.
Allow globbing when using
match()
.
Fixed in this release
Summary
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 *.The key/value parser now (also) considers characters below 0x20 to be separators. Good for FIX-format messages.
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.