Humio Server 1.6.9 Stable (2019-11-25)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | JDK Compatibility? | Config. Changes? |
---|---|---|---|---|---|---|---|---|
1.6.9 | Stable | 2019-11-25 | Cloud On-Prem | 2020-11-30 | No | 1.5.19 | 11 | No |
JAR Checksum | Value |
---|---|
MD5 | 078266ac0716bd634fdc03fc7ef24ee7 |
SHA1 | 2457f4a35cef44b75351ed1ce794e32a253416b4 |
SHA256 | 26934b20ede90d7b4d4a855fe9fb2af749ec37a27bfbf44e79cb5d6c38c133d9 |
SHA512 | dce9bdffddf89c9de819feb46bfbf59cd7bbc22da4d9131de588236a82306b131dacffbed3d6969f50e40a34e74b31d073cb31c814fa04a43e68e1063f89c435 |
Bug Fixes and a new background job that reduces number of small files on disk. No configuration changes required, but see changes to backup in 1.6.6.
Fixed in this release
Summary
Improved memory usage from having large global.
New background job: Find segments that are too small compared to the desired sizes (from current config) and merge them into larger files. For
COMPRESSION_TYPE=high
this will recompress the inputs while combining them. This job runs by default.Detect when event ingested are more than
MAX_HOURS_SEGMENT_OPEN
(24h
by default) old and add the taghumioBackfill
to them in that case to keep "old" events from getting mixed with current "live" events.