Humio Server 1.0.48 Archive (2018-02-19)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.0.48 | Archive | 2018-02-19 | Cloud | 2020-11-30 | No | 1.1.0 | No |
Available for download two days after release.
Regular update release. Data migration is required: the backups are incompatible.
New features and improvements
Summary
Export to file. It is now possible to export the results of a query to a file. When exporting, the result set is not limited for filter queries, making it possible to export large amounts of data. Plain text, JSON and ND-JSON (Newline Delimited JSON) formats are supported in this version.
Functions
Fixed in this release
Summary
global-snapshots topic in Kafka: Humio now deletes the oldest snapshot after writing a new, keeping the latest 10 only.
Backup feature (using
BACKUP_NAME
in env) now stores files in a new format. If using this, you must either move the old files out of the way, or setBACKUP_NAME
to a new value, thus pointing to an new backup directory. The new backup system will proceed to write a fresh backup in the designated folder. The new backup system no longer require use of "JCE policy files". Instead, it needs to run on java "1.8.0_161" or later. The current Humio docker images includes "1.8.0_162".Performance improvement for searches using in particular "expensive" aggregates functions such as groupby and percentile.