Humio Server 1.1.25 Archive (2018-10-12)

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

Security

Updates

Upgrades

From?

JDK

Compatibility?

Req. Data

Migration

Config.

Changes?
1.1.25Archive2018-10-12

Cloud

On-Prem

2020-11-30No1.1.011NoNo

Adds World Map and Sankey visualizations and SAML authentication support.

Bug Fixes

  • Summary

    • S3 archiving now handles grouped tags properly, generating one file for each tag combination also for grouped tags.

    • The new visualizations require a change to the CSP. If you have your own CSP, you need to add 'unsafe-eval' to the script-src key.

    • Importing repositories from another Humio instance has repository ID where repository name was required.

    • New visualization helper functions geohash(), worldMap(), sankey().

    • The update services widget that "phones home" to update.humio.com can now only be disabled if you have a license installed.

    • New visualizations: World Map and Sankey .

    • Support using filebeat to ship logs from Helm chart for ingest logs from a Kubernetes cluster. The message can be in the field log or message.

    • Searching using ... | *foo*** | ... is identical to ... | foo | ... since plain text searches are always substring matches. But the former got turned into a full-string regex match for ^.*foo.*$ which is 10-30 times slower compared to the fast substring search in Humio.

    • New query syntax: match on a field that eases matching for several cases on a single field.

  • Functions

    • split() function could use the timestamp of one event in more of the following events than those that originated in that event.

    • Performance regression in functions table(), sort(), tail() and head() that slowed them down a lot when the limit was larger than .0.