Humio Server 1.1.16 Archive (2018-09-06)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.1.16 | Archive | 2018-09-06 | Cloud | 2020-11-30 | No | 1.1.0 | No |
Available for download two days after release.
Add CRC to data files. Migrates data to support upcoming features to later serve as a potential roll back point.
Fixed in this release
Summary
New 'cluster overview' tab in admin page (this is work in progress, feedback appreciated).
Bug Fix. Regular expressions using
/.../
syntax sometimes matched incorrectly.Scheduling of queries now take cpu time spent in each into account, allowing new queries to get more execution time than long-running queries.
Adds CRC32c to the segment file contents.
Support CSV downloads. End the query with
| table([...])
or| select([...])
to choose columns.Note! v1.1.15 is able to read the files generated by v1.1.16. Rolling back to version 1.1.14 or earlier is not possible, as those versions cannot read the files that have CRC.
Regular expression matching with a 'plain' prefix is now faster.