Humio Server 1.1.16 Archive (2018-09-06)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.1.16 | Archive | 2018-09-06 | 2019-11-19 | 1.1.0 | 11 | Yes | No |
Add CRC to data files. Migrates data to support upcoming features to later serve as a potential roll back point.
Bug Fixes
Summary
Regular expression matching with a 'plain' prefix is now faster.
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.
Support CSV downloads. End the query with
| table([...])
or| select([...])
to choose columns.New 'cluster overview' tab in admin page (this is work in progress, feedback appreciated).
Adds CRC32c to the segment file contents.
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.