Humio Server 1.2.4 Archive (2019-01-02)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
---|---|---|---|---|---|---|---|---|
1.2.4 | Archive | 2019-01-02 | Cloud | 2020-11-30 | No | 1.2.0 | 1.0.0 | Yes |
Available for download two days after release.
Hide file hashesShow file hashesSecondary storage of segment files
Fixed in this release
Summary
Performance fix: Running live queries for weeks with a small time span for the bucket size was expensive.
Extended the internal latency measurement to include the time spent in the custom parsers as well.
When a segment file was deleted while being scheduled in a query, the query would end up being "99%" done and never complete.
Secondary storage of segment files. This allows using a "fast" disk primarily, and a "slow" one for older files.
Ingesting with HTTP Event Collector (HEC) out of beta. Endpoint is located at
/api/v1/ingest/hec
.Deleting an ingest listener did not stop the listener.