Humio Server 1.2.6 Archive (2019-01-11)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.2.6 | Archive | 2019-01-11 | 2019-11-19 | 1.2.0 | No | No |
JAR Checksum | Value |
---|---|
MD5 | 442b0eea2bda0e1e882d793bce5baf4d |
SHA1 | 622fe45e4c3c6ba2c519ce277a4a490cd385b80d |
SHA256 | 517ee1cca7921aa396584589353690dd8e4d236ceae0e285fcf969e0c559c89d |
SHA512 | 6426c8aa972831d898538e5978446ff379dadd76cd36f557b109898fbdc214fc6c4676dcba7847abf8784f1206b5751cc8d732c1334f3bd2ff608411505ac4cd |
Maintenance Build
Bug Fixes
Summary
Extracting a field from within a tag-field could make the query optimizer fail.
Calendar in query interval selector had time zone problems.
S3 archiving: Include all tag keys in generated file names, also those listed in the configuration.
Allow GET/HEAD on elastic _bulk emulation API without auth. Some client poll that API before posting event.
Bug Fix: When using
select()
and not including@timestamp
, that field got included in exported files anyway. Now it gets included when specified as a selected field.Expose Humio metrics to Prometheus. The port needs to be configured using the configuration parameter
PROMETHEUS_METRICS_PORT
.Allow both Basic-auth and OAuth on all ingest endpoints. We recommend putting tokens in the password field of the authentication.
HEC endpoints now accepts input from Docker Splunk logging driver. You can thus get your docker container logs into Humio using this logging driver. All you need to do is add
--log-driver=splunk --log-opt splunk-token=$TOKEN --log-opt splunk-url=https://humioserver
to yourdocker run
.Expose Humio metrics as JMX.
Automation and Alerts
Improved detection of alerts that are canceled to get them restarted.
Functions
stats()
function (the[]
operator for functions) did not pass on the data used to select default widget.worldMap()
function now accepts theprecision
parameter for the geohash function embedded insideworldMap()
.