Humio Server 1.6.0 Archive (2019-08-22)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.6.0 | Archive | 2019-08-22 | Cloud | 2020-11-30 | No | 1.5.19 | No |
Available for download two days after release.
JAR Checksum | Value |
---|---|
MD5 | 19c48ed4689582534bdb4d2351224497 |
SHA1 | 8cb74a483006d732fedb52d835120663800d53a2 |
SHA256 | 4e519242ffa15eb15344e912479e350e60376c493d9c51b056c0c1f6b5349122 |
SHA512 | a51db1066c5c7fc21c52a6a1a47d03ddb0b2a7bc977f37c1a65f27fb553ca9099587a5af74a942110f4cbd345b1a468f98407d320ea37e87b4a3cfe70892e044 |
Improved compression. Note Widgets and YAML Template Files
Dashboard Note
Widgets can
include descriptions and can contain template expressions and
links to external systems using the current parameter and time
values
Read more about note widgets at Note Widget
We are also introducing a new YAML file format for dashboard templates. The new format is much human-readable. It is the first step to being able to persist all entities (parsers, queries, alerts) as files.
Support for the now deprecated dashboard file import API and JSON format will continue, but expect it to be removed in a later release.
Fixed in this release
Configuration
COMPRESSION_TYPE=high
turns on a stronger compression when segments get merged. This results in better compression, at the expense of having slightly lower compression for the very recent events. The improvement is typically 2-3 times better compression for the merged segments.COMPRESSION_TYPE=extreme
uses the stronger compression also in the digest part, even though it is not as effective there due to the gain from having a larger file after the merge.
Functions
New function
start()
and functionend()
functions provides the time range being queried as fields.New function
urlEncode()
and functionurlDecode()
functions allow for encoding or decoding the value of a field for use in urls.The function
parseJson()
now accepts an exclude and include parameter. Use this to specify which fields should not be included.
Other
New function
copyEvent()
function allows duplicating an event into another datasource while ingesting. Usecase
to make the two events differ.COMPRESSION_TYPE=fast
(Default!) corresponds to versions before 1.6.xStyling of the dashboard "Labels" dropdown has been fixed.
Introducing a new YAML dashboard file format.
Pending parameter edits toggle, so that parameter changes are not immediately applied if the user desires not to.
Added GraphQL fields for shared dashboards.
Renaming a repository is now possible in settings.
The function
sort()
query function now ignores case when sorting strings.The sizes of the compressed files and the associated hash-filter files are tracked separately for the merged part, allowing you to see in the UI how well the long-term compression works as part of the total set.
Removed internal REST API for shared dashboards.
Added Note Widget support for dashboards.
Changing Dashboard labels will no longer trigger a "Dashboard was modified remotely" notification.
Note! Rolling back to v1.5.x is supported only for
COMPRESSION_TYPE=fast
which is the default in this release. The default is expected to change to "high" later on. The new compression types "high" and "extreme" are considered BETA release.This update does not support rolling updates. Stop all Humio nodes. Then start them on the new version.
Added cluster information pages for the Zookeeper & Kafka Cluster used by Humio. Both are available under Administration.
Changed GraphQL fields for dashboard widgets.
Drawer heights were not being persisted between browser sessions.