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.0Archive2019-03-15

Cloud

2020-11-30No1.4.xNo

Available for download two days after release.

Hide file hashes

Show file hashes

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.