Humio Server 1.10.6 LTS (2020-06-24)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.10.6 | LTS | 2020-06-24 | Cloud | 2021-04-30 | No | 1.8.5 | No |
Hide file hashes
JAR Checksum | Value |
---|---|
MD5 | ff8b12b453b9e600ac6a5f917a799f8b |
SHA1 | c6bf4610bc284c7838d92e0c110461349511afeb |
SHA256 | 04503cb6691db596b5237e65e9f639013caab3010c753796392d1d59a9e06413 |
SHA512 | d6a8c3c898c4d93ac8dd564ec0394a5d5db4d06711bd498e38ce58a2b026bd8d6e1f2b664e30de92eb60afb7b452b34b4c17e0e6370331afdcc2030407f74674 |
These notes include entries from the following previous releases: 1.10.0, 1.10.1, 1.10.2, 1.10.3, 1.10.4, 1.10.5
Bug Fixes: Safari Freeze, SAML and Bucket Storage Clean-Up
Fixed in this release
Summary
A couple of memory leaks have been found and fixed.
Fixed an issue with CSP that could cause the Humio UI to freeze on Safari browsers
New metric: "query-delta-cost": 30s delta cost on queries per repo, for the entire cluster.
Fixed an issue where a query could get a "Result is partial" warning when the query took more then 15 minutes to complete while a merge of segments addressed by the query happened in the background
Better sorting when computing query prefixes in order to reuse queries.
This release fixes a security issue. For more information see: Security Disclosures
Improvements made to speed of frontpage loading. Noticeable for customers with many repositories and groups.
New internal jobs logging system stats: Search for
#type=humio | NonSensitive | groupby(kind)
to see them.Fixed an issue with SAML IDPs requiring query parameters to be passed via the configuration
SAML_IDP_SIGN_ON_URL
Autocreate users on login when synchronizing groups with external provider.
Fixed an issue that prevented deletion of unused objects in bucket storage, if the bucket contained .0 millions of objects or more
An issue could result in malformed messages being put into the ingest queue. This version is able to read and skip such messages. The issue causing such malformed messages has been fixed.
Fixed an issue where long running queries started as part of an export, or by calls to the /query API would time out
Thread pools have been reorganized to require fewer threads and threads have been given new names.
Paging in UI. administration/Users & Permissions.
Memory requirements set using
-XX:MaxDirectMemorySize
is much lower now. Suggested value is ((#vCpu+3)/4) GB.Fixed a number of issues with export and alerts in the humio-search-all repository.
Improved protocol within cluster for submitting queries to allow faster start of queries on huge repositories.
Humio search all repo interaction with alerts and notifiers.
Fixed a number of bugs that would cause long-running queries using join, selfJoin or selfJoinFilter to timeout or fail
Other
Dealing with missing data points in timecharts
Add Role Based Access Control (RBAC) to the Humio UI
New line interpolation options
Support for controlling color and title in widgets
Several improvements to Query Functions
NetFlow support extended to also support IPFIX.
Added humio Health Check APIs
Time Chart series roll-up
Linear interpolation now default. New interpolation type: Basis
Replaces chart library with Vega, can be disabled using the ENABLE_VEGA_CHARTS=false flag.
Control widget styling directly from dashboards
Chart styling support (Pie, Bar)