Humio Server 1.5.5 Archive (2019-04-03)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.5.5 | Archive | 2019-04-03 | 2019-11-19 | 1.4.x | 11 | No | No |
JAR Checksum | Value |
---|---|
MD5 | 39a4777bd2dae7d69177426d063dc6df |
SHA1 | 6d27f9ae18dbcb49bfc37f7c014db93f331652ea |
SHA256 | e3ec14f8cbc6d78c4beede209fe4be958e5c727fe3a7fcb2d7919afc81c3c85d |
SHA512 | 7d3c645974227a9e9dfd8ea261923f516b626d02eea73ab5bd7fdccd3bfdfbfab7f05e37abe49019d7a0ff97bd3824646e4de1ff8f587fdbf3623bed77c9da42 |
Event Context
Bug Fixes
Summary
Fix bug in regex not recognizing
[0-9]
as part of\w
Uploaded files cannot be bigger than specified in the config
MAX_FILEUPLOAD_SIZE
. Default value is .0 megabytes. The default value is used in our cloud.Live timecharts could accumulate data for 2 buckets instead of 1 into the bucket that was right-most when the charts starts.
A
GET
on/api/v1/users
that lists all known users on the system no longer includes information on the repositories for the user, as that made it too slow.Display information on disk space usage of primary / secondary storage location in cluster management UI.
New event context searches let users select and search around one specific event.
Segment merging could reuse a tmp file when the system was restarted, which would block the merging process on that host from making progress.
Restart all relevant queries when an uploaded file gets changed. This allows live queries and alerts to refresh using the latest version of the file.
The size of the Drawer, showing event details on the search page, is remembered (by being saved to local storage)
Configuration
New parameters
MAX_SERIES_LIMIT
andMAX_BUCKET_POINTS
.