Humio Server 1.5.18 Archive (2019-06-26)

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

Security

Updates

Upgrades

From?

JDK

Compatibility?

Req. Data

Migration

Config.

Changes?
1.5.18Archive2019-06-26

Cloud

On-Prem

2020-11-30No1.5.811NoNo
JAR ChecksumValue
MD5c4d0166d229209681cd23f4d34ce0e75
SHA123aeac090b6069258d168f235d025d497baf6147
SHA256db78a9fdc47bc3f3687e758c9e1dc5c13c14525626199568889226121eca4629
SHA512a8b66956d7d58a6bba71884ea01c91fea88d96b1c58ff9ba63a0f111da84f270e8bee16e87e1148415635425704472a5d4156b4300b1d7bb58ddd96091cdee49

New function parseXml() and support ephemeral drives for caching.

Bug Fixes

  • Summary

    • Humio can now keep a cache of the latest files on when told the path of a cache-dir using CACHE_STORAGE_DIRECTORY. Humio will then write copies of some of the files from primary and secondary storage here, assuming it is faster to read from the cache. The cache does not need to remain after a restart of Humio. CACHE_STORAGE_PERCENTAGE (Default 90) controls how much of the available space on the drive Humio will try to use. This is useful on system such as AWS where the primary data storage is durable but slow due to being across a network (e.g. EBS) while the server also has fast NVME-drives that are ephemeral to the instance.

    • Certain regular expressions involving ^ and $ could fail to match.

    • MAX_EVENT_FIELD_COUNT (default .0) controls the enforced maximum number of fields in an even in the ingest phase.

    • New built in parser corelight-es to parse Corelight data send using the Elastic protocol.

    • Reduce size of global snapshots file.

    • Remove configuration flags: REPLICATE_REMOTE_GLOBAL_HOST and REPLICATE_REMOTE_GLOBAL_USER_TOKEN

    • Parameter input fields for query based parameters initially always showed * even when a default value was set. It now correctly shows the default value for the parameter.

  • Functions