Humio Server 1.10.4 LTS (2020-05-29)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.10.4 | LTS | 2020-05-29 | Cloud | 2021-04-30 | No | 1.8.5 | No |
Hide file hashes
JAR Checksum | Value |
---|---|
MD5 | 8fd134e50a88aa016037aff59bca7f70 |
SHA1 | 184f4c0d1b477eef81357e7efcbe2cafb2920fef |
SHA256 | 3398a9e1cc4f3e2f70e952f0c6481fe3c31f447e68d1589904ee26e614cb9a30 |
SHA512 | fab832e462afeaed828a55bc7a6b3d637317ace396ff0751fbf1813d4f0ce01f8cf11e4d3ed6cb6eda898e5521739de766b8ade609fcc98ca774a5d079f76509 |
These notes include entries from the following previous releases: 1.10.0, 1.10.1, 1.10.2, 1.10.3
Bug Fixes for Long-Running Queries
Fixed in this release
Summary
A couple of memory leaks have been found and fixed.
New metric: "query-delta-cost": 30s delta cost on queries per repo, for the entire cluster.
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.Autocreate users on login when synchronizing groups with external provider.
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.
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.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)