Humio Server 1.2.8 Archive (2019-01-17)

Version?Type?Release Date?Availability?End of Support

Security

Updates

Upgrades

From?

Config.

Changes?
1.2.8Archive2019-01-17

Cloud

2020-11-30No1.2.0No

Available for download two days after release.

Hide file hashes

Show file hashes

Maintenance Build

Fixed in this release

  • Summary

    • Live queries in a cluster where not all servers had digest partitions could lead to events being stuck in the result when they should have been outside the query range at that point int time.

    • Better names for the metrics exposed on JMX. They are all in the com.humio.metrics package.

    • Cloning built-in parsers made them read-only which was not intentional.

    • Config KAFKA_DELETES_ALLOWED can be set to "true" to turn on deletes on the ingest queue even when KAFKA_MANAGED_BY_HUMIO=false.

    • Support for applying a custom parser to input events from any "beat" ingester by assigning the parser to the ingest token.

    • Handle HTTP 413 errors when uploading too large files on the files page

  • Functions

    • New function, mostly for use in parsers scope: parseCsv() parses comma-separated fields into columns by name.