Falcon LogScale 1.118.3 LTS (2024-02-06)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.118.3 | LTS | 2024-02-06 | Cloud | 2025-01-31 | No | 1.70.0 | No |
TAR Checksum | Value |
---|---|
MD5 | bd20b91e48cfe6dddc10b7554d6a3ad1 |
SHA1 | bba9db6f0ed1dbe63991004479e140fd88162151 |
SHA256 | 05868147bf56827b465b5acb8a264e8e0ec3db29c58449002b01f2a7cdc483c4 |
SHA512 | 53961c1fafa99f0075915582d221c41f8281d50050b5bb11193a4e315053c9bc0267d3dd040837245b2309f481a17807a9bacca03ce9ad3e8f5368c7be21191a |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.118.3/server-1.118.3.tar.gz
Bug fixes and updates.
Advance Warning
The following items are due to change in a future release.
Installation and Deployment
We intend to drop support for Java 17, making Java 21 the minimum. We plan to make this change in March 2024.
Removed
Items that have been removed as of this release.
API
The deprecated REST endpoints
api/v1/dataspaces/(id)/deleteevents
and/api/v1/repositories/(id)/deleteevents
have been removed. You can use the redactEvents GraphQL mutation and query instead.For more information, see redactEvents() .
New features and improvements
UI Changes
We have improved the navigation on the page for Alerts, Scheduled Searches and Actions and the page is now called
Automation
.For more information, see Automation.
GraphQL API
Added limits for GraphQL queries on the total number of selected fields and fragments. Defaults are
1000
for authenticated and150
for unauthenticated users.Cluster administrators can adjust these limits with the
GraphQLSelectionSizeLimit
andUnauthenticatedGraphQLSelectionSizeLimit
dynamic configurations.
Ingestion
The amount of logging produced by
DigestLeadershipLoggerJob
has been reduced in clusters with many ingest queue partitions.
Dashboards and Widgets
Small multiples functionality is introduced for the
Single Value
,Gauge
, andPie Chart
widgets. This feature allows you to partition your query result on a single dimension into multiple visuals of the same widget type for easy comparison.For more information, see Widgets.
We have added the new width option Fit to content for
Event List
columns. With this option selected, the width of the column depends on the content in the column.
Fixed in this release
Storage
Fixed an issue that could cause repositories undeleted using the mechanism described at Restoring a Repository or View to be only partially restored. Some deleted datasources within the repositories could erroneously be skipped during restoration.
For more information, see Restoring a Repository or View.
Dashboards and Widgets
Users were prevented from exporting results of queries containing multi value parameters. This issue is now fixed.