Humio Server 1.5.14 Archive (2019-05-29)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.5.14 | Archive | 2019-05-29 | 2019-11-19 | 1.5.8 | 11 | No | No |
JAR Checksum | Value |
---|---|
MD5 | a04ea786b04438c4028a880948ab4ac0 |
SHA1 | 8d82c939347c1a28e46efa5605b5592e5b25824d |
SHA256 | edc162b7dcd604948cca55d924838754ca0162e3d5d97ba26a5e8cfd0df512b2 |
SHA512 | 30935d7230af57de26beb316a5d7c79a35a01d23e41dc4a5d06268910a7aa95535e1f7fbe88448a9f504e7e9a2c97fd43bfa0f90e4ce2a12c1976e5250a0999a |
Improved Pre-Filters
Bug Fixes
Summary
When
file
andcolumn
parameters to thecidr()
function used together, load subnet list from given CSV.HASHFILTER_FILL
defaults to 30. Sets the target number of percent bits to be set in the pre-filters. (Range 10-.0).BLOCK_SIZE_MIN_KB
defaults to 384. Select minimum target block size for data files, in KB.The disk space occupied by the pre-filter files now get included when enforcing retention by compressed size.
Improved pre-filters to support more searches while adding less overhead in disk space.
The format of the new
hash5h2
files is different from the previousbloom5h1
and the system will generate new files from scratch for all existing segment files and delete any existingbloom5h1
file.BLOCK_SIZE_MAX_KB
defaults to 1024. Select maximum target block size for data files, in KB.
Automation and Alerts
When an alert fails to send the notification, don't restart the query, just retry the notification later.