Humio Server 1.5.0 Archive (2019-03-15)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.5.0 | Archive | 2019-03-15 | Cloud | 2020-11-30 | No | 1.4.x | No |
Available for download two days after release.
Hide file hashes
JAR Checksum | Value |
---|---|
MD5 | c3615501d40a6cb19301c26174548841 |
SHA1 | 0cb80023e27a2e43e6b0281711ed4483e1415caf |
SHA256 | 5ec7ad5370a1768d886885ecf118ea6bcd09af362175011521e1209308ab35b6 |
SHA512 | f5e5d71332d774f87e13143b458707c1ddbf114901292c4b1cbdef27844f0c6e7460afde36c6fa0f5e638c6251b908fcae3b22bcb908506726824399d568b78c |
All parsers are now written in Humio's query language.
Fixed in this release
Summary
New BETA feature: Delete Events allows deleting a set of events from the internal store using a filter query and a time range. At this point there is only API (GraphQL and REST) for this but no UI.
The option 'PARSE NESTED JSON' on the old json parser creation page is no longer available/supported. Instead use
parseJson()
on specific fields, e.g.parseJson() | parseJson(field=foo)
. This has to be done manually for migrated JSON parsers.permission for editing retention when running with
ENFORCE_AUDITABLE=true
.Migrated regex parsers with the option 'PARSE KEY VALUES' enabled has different parse semantics. If the regex fails key values will no longer be extracted.
All parsers created before the introduction of parsers written in Humio's query language are migrated.
Non root users could not see sandbox data when using RBAC.