Humio Server 1.5.15 Archive (2019-06-06)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.5.15 | Archive | 2019-06-06 | 2019-11-19 | 1.5.8 | Yes | No |
JAR Checksum | Value |
---|---|
MD5 | ad5393b90a76798037d974eb15274170 |
SHA1 | a39f7d6a55a9e20d35a76cc77d1593e733f82fa0 |
SHA256 | ef07ed1498a14912ae33c438dbce446bd3c515598b56a53590bb28e0da764eac |
SHA512 | 35d8cf32cfffc01456fea778186098acc17fadd6003ca910eca6165c6113cbd5ad9a68a5fcd52a9ab9934a51bc3e9175f1f139a5b400e4249cfcd7f2b7faddda |
Dashboard Improvements and Bug Fixes
Bug Fixes
Summary
Dashboard parameters with fixed list of values can now have labels for each of the values
Humio metrics have now been documented.
Dashboard parameters with fixed list of values now keep the order they were configured with
Regex with
[^\W]
did not execute[\w]
as it should.
Configuration
VALUE_DEDUP_LEVEL
default to the compression level. Range is [0 ; 63]. Higher values may trade extra digest time to get lower storage of events with many fields.
Functions
New function
eventFieldCount()
that returns the number of fields that this event uses internally for the values, use along witheventSize()
to get statistics on how your events are stored.