Humio Server 1.1.22 Archive (2018-09-27)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.1.22 | Archive | 2018-09-27 | 2019-11-19 | 1.1.0 | No | No |
Fix Kafka prefix configuration problem. Faster percentiles.
Allow globbing when using
match()
.
Bug Fixes
Summary
Add flag
match(..., glob=true|false)
allowing the key column of a CSV file to include globbing with *.The UI for setting node ID on an ingest listener did not work.
If using Kafka prefix configuration, the server would always assume Kafka has been reset. Releases 1.1.20 introduced this problem.
The key/value parser now (also) considers characters below 0x20 to be separators. Good for e.g. FIX-format messages.
Functions
percentile()
function changed to use 32bit precision floating point making it ~3x faster.