Humio Server 1.0.10 Archive (2017-06-22)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | JDK Compatibility? | Config. Changes? |
---|---|---|---|---|---|---|---|---|
1.0.10 | Archive | 2017-06-22 | Cloud On-Prem | 2020-11-30 | No | 1.1.0 | 11 | No |
Regular update release.
Fixed in this release
Summary
Support for LDAP authentication for on-premises installations. (#1222)
For calculations on events containing numbers, the query engine now maintains a higher precision in intermediate results. Previously, numbers were limited to two decimal places, so now smaller numbers can show up in the UI. (#603)
Certain long queries could crash the system. (#781)
The event distribution graph is not aligned better with graphs shown below.
The
limit
parameter ontable()
andsort()
functions now only issues a warning if the system limit is reached, not when the explicitly specified limit is reached. (#1323)Various improvements in the scale-out implementation. Contact us for more detail if relevant.
Ingest requests are not rejected with an error, when incoming events contain fields reserved for humio (like @timestamp). Instead an @ is prepended to the field name and extra fields are added to the event describing the problem(
@error=true
). (#1320)