Humio Server 1.6.9 Stable (2019-11-25)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.6.9 | Stable | 2019-11-25 | 2020-11-25 | 1.5.19 | No | No |
JAR Checksum | Value |
---|---|
MD5 | 078266ac0716bd634fdc03fc7ef24ee7 |
SHA1 | 2457f4a35cef44b75351ed1ce794e32a253416b4 |
SHA256 | 26934b20ede90d7b4d4a855fe9fb2af749ec37a27bfbf44e79cb5d6c38c133d9 |
SHA512 | dce9bdffddf89c9de819feb46bfbf59cd7bbc22da4d9131de588236a82306b131dacffbed3d6969f50e40a34e74b31d073cb31c814fa04a43e68e1063f89c435 |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.6.9/server-1.6.9.tar.gz
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.
Bug Fixes
Summary
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 and may be turned off by MERGE_UNDERSIZED_SEGMENTS_ENABLED=false.
Improved memory usage from having large global.
Detect when event ingested are more than MAX_HOURS_SEGMENT_OPEN (24h by default) old and add the tag
humioBackfill
to them in that case to keep "old" events from getting mixed with current "live" events.