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-10-09 | 1.12.0 | No | No |
JAR Checksum | Value |
---|---|
MD5 | d83c60916b9cb3c12501c541253b5aee |
SHA1 | fa164160b4874f1f1524ff61d49584a62c471868 |
SHA256 | 362d0640d4673b985c6ad9fcdcac7404dc127a65d33d0d423d15e20a5478c642 |
SHA512 | 1803bf4fa4cd533e7fd569584cd9d5ae86d649dfccbf92fdd6cf3eae6155fee9baf40ab7d252681e84ea4045264b5408cc9144fa0d6ef3b0a8a9b631cfdce45c |
Many bug fixes: related to join( )
, TCP
listerner threads, etc.
Bug Fixes
Summary
Fixed an issue preventing the metric
datasource-count
from counting datasources correctly.Switched from JDK to BouncyCastle provider for AES decrypt to reduce memory usage.
Fixed a bug causing
sort`/`head`/`tail
to work incorrectly after other aggregating functions.Fixed an issue causing Humio to fail to upload files to bucket storage in rare cases.
Fixed a bug causing the sub-queries of join etc. not to see events with an @ingesttimestamp occurring later than the search time interval.
Fixed a bug where TCP listener threads could take all resources from HTTP threads.
Fixed a bug where the
{events_html}
message template was formatted as raw HTML in alert emails.Fix negating join expressions.