Humio Server 1.26.0 LTS (2021-05-20)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.26.0 | LTS | 2021-05-20 | Cloud | 2022-05-31 | No | 1.16.0 | No |
JAR Checksum | Value |
---|---|
MD5 | 5f8abd037b3f73eaac8d5882fa58e4ec |
SHA1 | 85971d1f18228a81f46f6f6334196fd918647438 |
SHA256 | 4e0ad70a2c9275742aee8a0181eee2e20c6496ba16b8f6fb93490b84b5031b5e |
SHA512 | 425cacd3de3f54c2813dd3915ad35aed67de2f11a80d9c2fbf96055b030158b5d60c31686e121e613df855e6f0bdaad9d02f1c9e61a4df24b8f69cfd3193f56d |
The HEC ingest endpoint will no longer implicitly parse logs
using the built-in kv
parser. Previously, a log ingested using this endpoint would
implicitly be parsed with the
kv
parser when the
supplied event
field was
given as a string. For instance, this log:
{
"time": 1537537729.0,
"event": "Fri, 21 Sep 2018 13:48:49 GMT - system started name=webserver",
"source": "/var/log/application.log",
"sourcetype": "applog",
"fields": { "#env": "prod" }
}
Would be parsed, so that the resulting Humio event would contain
the field name=webserver
.
If you don't wish this behavior to change, you will have to perform this parsing operation explicitly.
When ingesting into the HEC endpoint, you are using an ingest token to authenticate with Humio. If that token does not have an associated parser, all you need to do is assign the kv parser to the token.
If your ingest token already has an assigned parser, you will need to prepend the code of that parser with this code snippet:
kvParse(@rawstring) | findTimestamp(addErrors=false) |
Dark Mode is a new visual theme throughout Humio (except some settings pages) that is tailored to offer great readability in dark environments, to not brighten the entire room when used on dashboards, and offer a unique visual style that some users prefer simply for its aesthetics. In 1.25 users are going to see a modal dialogue that asks what mode users would like to have; dark mode, light mode or follow the OS theme. This setting can later be changed in the settings menu.
Fixed in this release
Other
Update the minimum Humio version for Hosts in global when downgrading a node
Fixes issue where the world map widget would misbehave in different ways
Humio trial installations requires a trial license from this version, to request a trial license go to: https://www.humio.com/getting-started/
All users (including existing users) needs to accept the privacy notice: https://www.crowdstrike.com/privacy-notice and terms and conditions https://www.crowdstrike.com/terms-conditions/humio-self-hosted before using Humio.
Fix a number of cases where Humio could attempt to write a message to global larger than permitted.
Known Issues
Other
A regression can cause 1.26.0 to repeatedly error log and fail to start queries in cases where the list of hosts in the cluster is not fixed. This is particularly likely to affect clusters running with ephemeral disks. The regression is fixed in 1.26.1.