Humio Server 1.0.10 Archive (2017-06-22)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.0.10 | Archive | 2017-06-22 | 2019-11-19 | 1.1.0 | 11 | No | No |
Regular update release.
Bug Fixes
Summary
The event distribution graph is not aligned better with graphs shown below.
Support for LDAP authentication for on-premises installations. (#1222)
Certain long queries could crash the system. (#781)
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)
Various improvements in the scale-out implementation. Contact us for more detail if relevant.
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)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)