Humio Server 1.14.2 Stable (2020-09-17)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.14.2 | Stable | 2020-09-17 | 2021-09-17 | 1.12.0 | 11 | No | No |
JAR Checksum | Value |
---|---|
MD5 | c3eb561c270dce0fe7468c34cbd4322f |
SHA1 | 85c1c0e16507fa152c7adbba5844aed2c83c0e03 |
SHA256 | 5f4e382586a6069c5ebde1d1a620ab3d1f8f1c532e9ecce972a348ab669b2c2d |
SHA512 | f3be7379941c9f3ae677b351dc65f90da71aaf43fdc78e93eca99d3b8dfc4fd28618c9fd4d22bf4657cdc0d9b9f80d59589c3984860958aefff61f0a769251a7 |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.14.2/server-1.14.2.tar.gz
Bug Fixes, HEC Endpoint Validation and New Metrics
Bug Fixes
Summary
Improved handling of data replication when nodes are offline.
New metrics for scheduling of queries:
local-query-jobs-wait: Histogram of time in milliseconds that each query waited between getting any work done including exports
local-query-jobs-queue: Count queries currently queued or active on node including exports
local-query-segments-queue-exports-part: Count of elements in queue as number of segments currently queued for query for exports
local-query-jobs-queue-exports-part: Count queries currently queued or active on node for exports
The job for updating the IP location database now uses the configured HTTP proxy, if present.
Include user email in metrics when queries end.
Added log rotation for humio-non-sensitive logs.
Fixed a race condition when cleaning up datasources.
Fixed a problem where segments could be downloaded to stateless frontend nodes from Bucket storage.
HEC endpoint is now strictly validated as documented for top-level fields, which means non-valid input will be rejected. See HTTP Event Collector (HEC).
Fixed a problem where too many segments could be generated when restarting nodes.