Humio Server 1.1.19 Archive (2018-09-21)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.1.19 | Archive | 2018-09-21 | 2019-11-19 | 1.1.0 | No | No |
Cluster administration, dashboard clone/export/import and faster startup on large datasets.
Bug Fixes
Summary
New cluster management actions for reassigning partitions to hosts and moving existing data to other hosts.
Auto-nice long running queries, making them take on lower priority compared to younger queries, measured by cputime spent.
Setting
INGEST_QUEUE_INITIAL_PARTITIONS
in config decides the initial number of partition in the ingest queue. This only has effect when starting a fresh Humio cluster with no existing data.Faster response on cluster management and entering the search page.
HUMIO_KAFKA_TOPIC_PREFIX
was not applied to all topics used by Humio, only where the name matchedglobal-*"
.Fix #2263, support for !match().
Allow negative index in splitString, which then selects from the end instead of from the start.
-1
is the last element.Upgrading to this version requires running at least v1.1.0. If you run an older version, upgrade to v1.1.18, then v1.1.19.
Startup of the server is now much faster on large datasets.
Generate pretty
@display
value insplit()
function.Dashboards can now be copied to other repos and exported and imported as templates.