Humio Server 1.5.14 Archive (2019-05-29)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.5.14 | Archive | 2019-05-29 | 2020-05-29 | 1.5.8 | No | No |
Value | JAR Checksum |
---|---|
MD5 | a04ea786b04438c4028a880948ab4ac0 |
SHA1 | 8d82c939347c1a28e46efa5605b5592e5b25824d |
SHA256 | edc162b7dcd604948cca55d924838754ca0162e3d5d97ba26a5e8cfd0df512b2 |
SHA512 | 30935d7230af57de26beb316a5d7c79a35a01d23e41dc4a5d06268910a7aa95535e1f7fbe88448a9f504e7e9a2c97fd43bfa0f90e4ce2a12c1976e5250a0999a |
Improved Pre-Filters
Bug Fixes
Summary
`cidr(): When file and column` parameters are used together, load subnet list from given CSV.
Bug Fix: When an alert fails to send the notification, don't restart the query, just retry the notification later.
New config: BLOCK_SIZE_MAX_KB defaults to 1024. Select maximum target block size for data files, in KB.
New config: BLOCK_SIZE_MIN_KB defaults to 384. Select minimum target block size for data files, in KB.
New config: HASHFILTER_FILL defaults to 30. Sets the target number of percent bits to be set in the pre-filters. (Range 10-.0).
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.Improved pre-filters to support more searches while adding less overhead in disk space.
The disk space occupied by the pre-filter files now get included when enforcing retention by compressed size.