Humio Server 1.20.3 LTS (2021-02-11)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.20.3 | LTS | 2021-02-11 | Cloud | 2022-01-31 | No | 1.16.0 | No |
Hide file hashes
JAR Checksum | Value |
---|---|
MD5 | eb0a1ddfb3bd3440206fc7ce95fedd74 |
SHA1 | 0eedbdc67554a9efbb0fcc5f667a99c899ae43bc |
SHA256 | ecdcb4a299eb3668ed6d5435c97469b4f7b1423f239f4e0a4b95a88d9b8fd566 |
SHA512 | 53dd06169c01eaccc6766f53f6a7c71910c131d7600bfdcdb3f9796d61e7ccdcfa801d8b2a2b9ed4b205fa7c3e567dc2a9a3b6879c94e10f408892cd0d57d77d |
These notes include entries from the following previous releases: 1.20.0, 1.20.1, 1.20.2
Important Information about Upgrading
Beginning with version 1.17.0, if your current version of Humio is not directly able to upgrade to the new version, you will get an error if you attempt to start up the incompatible version. The 1.20.3 release is only compatible with Humio release 1.16.0 and newer. This means that you will have to ensure that you have upgraded at least to 1.16.0 before trying to upgrade to 1.20.3. In case you need to do a rollback, this can also only happen back to 1.16.0 or newer. Rolling directly back to an earlier release can result in data loss.
Fixed in this release
Functions
Other
Fixed a bug that exporting a package with dashboard parameters would not set the correct name space for a saved query called in a parameter.
Fixed a bug that exporting a package using a saved query with spaces in the name would not export the correct name.
Minor fix to Humio internal JSON logging when using the configuration
HUMIO_LOG4J_CONFIGURATION=log4j2-json-stdout.xml
.Fixed an issue where cloning a dashboard or parser would clone the wrong entity.
Enable Package marketplace (in beta)
Query scheduling now tracks cost spent across queries for each user and tends to select next task so that users (rather than queries) each get a fair share of available CPU time.
Segment download timeout raised from 120s to 1.0s. Avoids situations where large segments could not be moved around a cluster.
Reduce triggering of auto completion in the query editor.
Fixed an issue where some parts of regexes did not shown in the parser editor.
Improve query cache hit rate by not starting queries locally when the preferred nodes are down, if the local node has just started — as there is a fair chance the preferred nodes will show up shortly too.
Fixed a bug in
parseJson()
which resulted in failed JSON parsing if an object contained an empty key (""
).Improve auto completion suggestions.
Fixed an issue causing the secondary storage transfer job to plan more segments for transfer than necessary.
Handle inconsistencies in the global entities file gracefully rather than crashing.
Fixed a bug where merged segments could grow too large if the source events were large.
Major changes (see version 1.19.0 release notes)
Fixed a bug where fields panel was not scrollable in Safari.