Humio Server 1.9.0 Preview (2020-03-12)

Version?Type?Release Date?Availability?End of Support

Security

Updates

Upgrades

From?

JDK

Compatibility?

Req. Data

Migration

Config.

Changes?
1.9.0Preview2020-03-12

Cloud

On-Prem

2021-04-30No1.8.511YesYes
JAR ChecksumValue
MD581a34e3166d583b2a3479b7a4d82f64c
SHA13f6646fc133c955d2c51977081da118f5b9b3fac
SHA256f0877cc533ed58c3ca9630989b6848c79ba69f5217ee2dc6278909d4e586d076
SHA512e932eacb43d25cd10a95ad59ce07a0e7b68e7859e6b5ccf1d463cb9a23ddbf8cd0d186776a538a59ab3dcd57f1048f8dc9e6fe020ca907334f195ea22f3acdf8

UI for Role Based Access Control (RBAC), Health Check API, Kafka Version Update, Vega Charts

Bug Fixes

  • Summary

    • Now, you can click Edit Styling in the widget menu and modify styling directly from the dashboard view.

    • Improved (reduced) memory consumption for live groupby, and for groupby involving many distinct keys.

    • Since charts are such a central feature, we allow disabling the new implementation of widgets if you are experiencing issues with them. You can disable Vega charts globally using the ENABLE_VEGA_CHARTS=false flag.

    • When updating Kafka/Zookeeper we recommend setting these Zookeeper properties

      • Do not start the new admin server. Default port 8080 conflicts with Humio port.admin.enableServer=false

      • purge old snapshot files autopurge.purgeInterval=1

      • Allow 4 letter commands. Used by Humio to get info about the Zookeeper cluster 4lw.commands.whitelist=*

    • This version replaces our chart library with Vega. The goal is to create a better, customizable, and more interactive charting experience in Humio. This first iteration is largely just a feature replacement for the existing functionality, with a few exceptions

    • You can now style your pie charts, and they will default to having a center radius (actually making them donuts!).

    • Be aware that updating Kafka also requires you to update Zookeeper to 3.5.6. There is a migration involved in updating Zookeeper. See Zookeeper's migration FAQ here. Use the migration approach using an empty snapshot. The other proposed solution can loose data.

    • You can now style your bar charts to control things like label position and colors.

    • Queries involving join can now be with 'used export to file' and the /query HTTP endpoint.

    • Role Based Access Control (RBAC) through the UI is now the only permission model in Humio. Please see the Managing Users & Permissions documentation for more information.

    • To prevent the charts from getting cluttered, you can adjust the maximum number of series that should be shown in the chart. Any series that are not part of the top-most series will be summed together and added to a new series called Other.

    • Updated Kafka and Zookeeper Docker images to use Kafka 2.4. Updating to Kafka 2.4 should be straightforward using Humio's Kafka/Zookeeper Docker images. Zookeeper image will handle migration. Stop all Kafka nodes. Stop all Zookeeper nodes. Start all Zookeeper nodes on the new version. Start all Kafka nodes on the new version. Before updating Kafka/Zookeeper, we recommend backing up the Zookeeper data directory. Then, add the Zookeeper properties described below. If you are deploying Kafka/Zookeeper using other tools, for example Ansible scripts, be aware there is a migration involved in updating Zookeeper.

    • Each chart type now supports assigning colors to specific series. This will allow you to, for instance, assign red to errors and green to non-errors.

    • Linear interpolation is now the default, and we have added a new type of interpolation: Basis.

    • You can find the series configuration controls in the Style tab of the Search page.

    • The overall health of a Humio system is determined by a set of individual health checks. For more information about individual checks see the Health Checks page and the Health Check API page.

    • Updated Humio to use Kafka 2.4. Humio can still use versions of Kafka down through 1.1.

    • Humio's NetFlow support has been extended to also support IPFIX. See Humio's documentation for NetFlow Log Format.

  • Functions