Humio Server 1.8.1 Stable (2020-02-03)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.8.1 | Stable | 2020-02-03 | 2021-02-03 | 1.6.10 | 11 | No | Yes |
JAR Checksum | Value |
---|---|
MD5 | e99a4e6eb8ae5174416f3ba2ac6f975a |
SHA1 | c0ed5c06b6fc6d9f2bb6bc2c7d4afeb4aeabcd01 |
SHA256 | 156eadb8a285e688aecde7040505e6266407ab5ce6c58826ef9d6d12299fb5db |
SHA512 | 86acc3eef2c2817ba7e5f83b030319bb70a63ca90568fd1a949210177653951cfa76687c22d23518626fdcc08719b9ff67c66c918842b0010860c56696b171a5 |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.8.1/server-1.8.1.tar.gz
Bug Fixes
This is a bug fix release.
Bug Fixes
Summary
New feature for ephemeral servers: Let Zookeeper assign the UUID that in turn assigns the node ID in the cluster. This is turned on by setting the config option
ZOOKEEPER_URL_FOR_NODE_UUID
to the set of Zookeepers to use for this. The optionZOOKEEPER_PREFIX_FOR_NODE_UUID
(default/humio_autouuid_
) sets the prefix to allow rack awareness. Note: Do not turn this on for an existing cluster. Do not turn on if running older 1.7.x or 1.8.x builds.Avoid calling fallocate on platforms that do not support this (for example, ZFS).
Fix edge case errors in the regex engine. Some case insensitive searches for some Unicode characters were not supported correctly.