Humio Server 1.1.19 Archive (2018-09-21)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.1.19 | Archive | 2018-09-21 | 2019-11-19 | 1.1.0 | 11 | No | No |
Cluster administration, dashboard clone/export/import and faster startup on large datasets.
Bug Fixes
Summary
Auto-nice long running queries, making them take on lower priority compared to younger queries, measured by cputime spent.
HUMIO_KAFKA_TOPIC_PREFIX
was not applied to all topics used by Humio, only where the name matchedglobal-*"
.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.Faster response on cluster management and entering the search page.
New cluster management actions for reassigning partitions to hosts and moving existing data to other hosts.
Dashboards can now be copied to other repos and exported and imported as templates.
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.Allow negative index in splitString, which then selects from the end instead of from the start.
-1
is the last element.Fix #2263, support for !match().