Humio Server 1.1.25 Archive (2018-10-12)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.1.25 | Archive | 2018-10-12 | Cloud | 2020-11-30 | No | 1.1.0 | No |
Available for download two days after release.
Adds World Map
and
Sankey
visualizations and SAML
authentication support.
Fixed in this release
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 thescript-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.
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
.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