Falcon LogScale 1.82.0 Stable (2023-04-12)

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

Security

Updates

Upgrades

From?

JDK

Compatibility?

Req. Data

Migration

Config.

Changes?
1.82.0Stable2023-04-12

Cloud

On-Prem

2024-04-30No1.44.011NoNo
TAR ChecksumValue
MD551d366030dddbe5f3b5cf2bf54507d11
SHA1877287bb9d431853a530ff647b692a8c40f8fad8
SHA256191b56f4e1a9e54bcf284b0280cce865251970d7bd0cd6660f132520b0931432
SHA51288e8219b8a60fe259e1953584cee167d2325abf28525ea70bead77998af11b5ebe0df5bcce0a3bef398db95b5f99ac1f3022d8ab24f88aef22bde42f0f4af180
Docker ImageSHA256 Checksum
humio6087c619f855cf9a1d05c6aaf983feb3b1fdd7d051c8c769683541f45181da79
humio-core41089d22b64f5e7fb6e1337064afec7816ac84aa5602b1d98f6684fa16eb03e4
kafka3b3a4a610a5ab9b38dded8cad062aedf863651ca6f3f9c6b81bee753af9c6d6c
zookeepere5887242f44220b313c6c11bb062ce1e3255d65ec9437bc58876ffbf1753ce0a

Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.82.0/server-1.82.0.tar.gz

Bug fixes and updates.

Improvements, new features and functionality

  • UI Changes

    • Improvements have been made on the Fields Panel, that would flicker when switching between the Results and Events tabs and the query was live. It now displays the fields of the aggregated query when on the Results tab, and the fields of the events query when on the Events tab.

  • Functions

    • The match()query function has been improved in terms of speed when using glob as the mode.

  • Other

    • Added optional global argument to stopAllQueries, stopStreamingQueries, stopHistoricalQueries, blockedQueries, addToBlocklistById, addToBlocklist permissions. Default is false i.e. within own organization only.

    • Added backend support for organization level query blocking. Actors with the BlockQueries permission are able to block and stop queries running within their organization.

    • Worker-level query scheduling has been adjusted to avoid long-term starvation of expensive queries.

Bug Fixes

  • Dashboards and Widgets

    • The dropdown menu for dashboard parameter suggestions is now faster and can handle several thousand entries without blocking the UI.

      For more information, see Managing Dashboard Parameters.

  • Functions

  • Other

    • Fixed a permission issue for LogScale Self-Hosted having a dependency on the ManageOrganizations system permission, which should not apply to that environment — the ManageCluster system permission in itself is now sufficient for Self-Hosted.

    • Fixed an issue that could cause recently merged minisegments to be excluded from searches after a reboot.

    • Fixed an issue that occurred when creating users: when multiple user creation requests were sent at the same time, multiple users were in some cases created with the same name.

    • Fixed an issue with API Explorer that could fail to load in some configurations when using cookie authentication.