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.25 | Archive | 2018-10-12 | Cloud, On-Prem | 2019-11-19 | No | 1.1.0 | 11 | No | No |
Adds World Map
and
Sankey
visualizations and SAML
authentication support.
Bug Fixes
Summary
The new visualizations require a change to the CSP. If you have your own CSP, you need to add
'unsafe-eval'
to thescript-src
key.Importing repositories from another Humio instance has repository ID where repository name was required.
New visualization helper functions
geohash()
,worldMap()
,sankey()
.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.Support using filebeat to ship logs from Helm chart for ingest logs from a Kubernetes cluster. The message can be in the field
log
ormessage
.The update services widget that "phones home" to update.humio.com can now only be disabled if you have a license installed.
New query syntax:
match
on a field that eases matching for several cases on a single field.S3 archiving now handles grouped tags properly, generating one file for each tag combination also for grouped tags.
Functions