Falcon LogScale 1.82.0 LTS (2023-04-12)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.82.0 | LTS | 2023-04-12 | Cloud | 2024-04-30 | No | 1.44.0 | No |
TAR Checksum | Value |
---|---|
MD5 | 51d366030dddbe5f3b5cf2bf54507d11 |
SHA1 | 877287bb9d431853a530ff647b692a8c40f8fad8 |
SHA256 | 191b56f4e1a9e54bcf284b0280cce865251970d7bd0cd6660f132520b0931432 |
SHA512 | 88e8219b8a60fe259e1953584cee167d2325abf28525ea70bead77998af11b5ebe0df5bcce0a3bef398db95b5f99ac1f3022d8ab24f88aef22bde42f0f4af180 |
Docker Image | SHA256 Checksum |
---|---|
humio | 6087c619f855cf9a1d05c6aaf983feb3b1fdd7d051c8c769683541f45181da79 |
humio-core | 41089d22b64f5e7fb6e1337064afec7816ac84aa5602b1d98f6684fa16eb03e4 |
kafka | 3b3a4a610a5ab9b38dded8cad062aedf863651ca6f3f9c6b81bee753af9c6d6c |
zookeeper | e5887242f44220b313c6c11bb062ce1e3255d65ec9437bc58876ffbf1753ce0a |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.82.0/server-1.82.0.tar.gz
Bug fixes and updates.
New features and improvements
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.
Queries
Added backend support for organization level query blocking. Actors with the
BlockQueries
permission are able to block and stop queries running within their organization.
Functions
Other
Added optional global argument to
stopAllQueries
,stopStreamingQueries
,stopHistoricalQueries
,blockedQueries
,addToBlocklistById
,addToBlocklist
permissions. Default isfalse
i.e. within own organization only.Worker-level query scheduling has been adjusted to avoid long-term starvation of expensive queries.
Fixed in this release
API
Fixed an issue with API Explorer that could fail to load in some configurations when using cookie authentication.
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 Manage Dashboard Parameters.
Functions
Fixed an issue where a query with
join()
,selfJoin()
, orselfJoinFilter()
functions would sometimes get cancelled.
Other
Fixed a permission issue for LogScale Self-Hosted having a dependency on the
ManageOrganizations
system permission, which should not apply to that environment — theManageCluster
system permission in itself is now sufficient for Self-Hosted.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 that could cause recently merged mini-segments to be excluded from searches after a reboot.