Humio Server 1.1.16 Archive (2018-09-06)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.1.16 | Archive | 2018-09-06 | 2019-11-19 | 1.1.0 | 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
Support CSV downloads. End the query with
| table([...])
or| select([...])
to choose columns.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.
Bug Fix. Regular expressions using
/.../
syntax sometimes matched incorrectly.New 'cluster overview' tab in admin page (this is work in progress, feedback appreciated).
Scheduling of queries now take cpu time spent in each into account, allowing new queries to get more execution time than long-running queries.
Regular expression matching with a 'plain' prefix is now faster.