Humio Server 1.16.4 Stable (2020-11-26)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.16.4 | Stable | 2020-11-26 | 2021-11-26 | 1.12.0 | No | No |
JAR Checksum | Value |
---|---|
MD5 | d83c60916b9cb3c12501c541253b5aee |
SHA1 | fa164160b4874f1f1524ff61d49584a62c471868 |
SHA256 | 362d0640d4673b985c6ad9fcdcac7404dc127a65d33d0d423d15e20a5478c642 |
SHA512 | 1803bf4fa4cd533e7fd569584cd9d5ae86d649dfccbf92fdd6cf3eae6155fee9baf40ab7d252681e84ea4045264b5408cc9144fa0d6ef3b0a8a9b631cfdce45c |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.16.4/server-1.16.4.tar.gz
Many bug fixes: related to join(
)
, TCP listerner threads, etc.
Bug Fixes
Summary
Fix negating join expressions.
Fixed an issue causing Humio to fail to upload files to bucket storage in rare cases.
Switched from JDK to BouncyCastle provider for AES decrypt to reduce memory usage.
Fixed an issue preventing the metric
datasource-count
from counting datasources correctly.Fixed a bug where TCP listener threads could take all resources from HTTP threads.
Automation and Alerts
Fixed a bug where the
{events_html}
message template was formatted as raw HTML in alert emails.
Functions
Other
Fixed a bug causing the sub-queries of
join()
etc. not to see events with an @ingesttimestamp occurring later than the search time interval.