Humio Server 1.1.28 Archive (2018-10-31)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.1.28 | Archive | 2018-10-31 | Cloud | 2020-11-30 | No | 1.1.0 | Yes |
Available for download two days after release.
JAR Checksum | Value |
---|---|
MD5 | 3e64aa4a09bef57eea35d35f1b4fa33e |
SHA1 | 02c468696787e5720abb007ce79976256a8d368c |
SHA256 | 5859b357a306c1acf606a6e5fce75cc28d5891a950a320e3522c25998298d777 |
SHA512 | 95b9ff0929f7f80941586311e3f2623f7d8357fdb2ef2b9d537c8f1672a987afcd5dd1bce7873ab9a08f4353b5bbebd7c2bbfc98ff90afd94bbea748c99dd3f4 |
Improved SAML authentication and digest performance
Fixed in this release
Summary
When zooming to a wider time range on a timechart with a fixed "span" parameter, widen the span and a dd a warning to allow the chart to work instead of failing with "too many bucket".
Back-pressure on ingest should not be applied to internal log lines, such as the internal debug and audit log entries.
The first search to hit a repository in a cluster with millions of segments would fail while listing those files.
Dashboard searches are kept running for 3 days, when they are not polled. After that they are not kept alive on the server. This is configurable using the config
IDLE_POLL_TIME_BEFORE_DASHBOARD_QUERY_IS_CANCELLED_MINUTES
. This replacesIDLE_POLL_TIME_BEFORE_LIVE_QUERY_IS_CANCELLED_MINUTES
.Performance improvements for digest on systems with many sparse datasources.