Falcon LogScale 1.116.0 GA (2023-11-28)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
|---|---|---|---|---|---|---|---|---|
| 1.116.0 | GA | 2023-11-28 | Cloud | 2025-01-31 | No | 1.70.0 | 1.112.0 | No |
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.
Upgrades
Changes that may occur or be required during an upgrade.
Configuration
We've migrated from Akka dependency component to Apache Pekko. This means that all internal logs referencing Akka will be substituted with the Pekko counterpart. Users will need to update any triggers or dashboards that rely on such logs.
On Prem only: be aware that the Akka to Pekko migration also affects configuration field names in
application.conf. Clusters that are using a customapplication.confwill need to update their configuration to use the Pekko configuration names instead of the Akka configuration names.
New features and improvements
Storage
Handling of IOExceptions in part of the segment reading code has been improved. Such exceptions will cause the segment to be excluded from the query, and potentially refetched from bucket storage, and a warning to be shown to the user, rather than cancelling the query.
Configuration
QueryMemoryLimitandLiveQueryMemoryLimitdynamic configurations have been replaced withQueryCoordinatorMemoryLimit, which controls the maximum memory usage of the coordinating node. This memory limit will, in turn, determine the limits of the static query state size and the live query state size.QueryCoordinatorMemoryLimitdefaults to 400MB;QueryMemoryLimitandLiveQueryMemoryLimitdefaults to 100MB regardless of their previous configuration.For more information, see General Limits & Parameters.
Fixed in this release
Dashboards and Widgets
The hovered series in
Time Chartwidget have been fixed as they would not be highlighted in the tooltip.The options for precision and thousands separators in
Tablewidget have been fixed as they would not be saved correctly when editing other widgets on theSearchpage.The legend title in widget charts has been fixed as it would offset the content when positioned to the right.
Functions
Recent Package Updates
The following LogScale packages have been updated within the last month.
Package Changes
zscaler/private-access has been updated to v0.2.0.
Changes the parsers to normalise event data to common schema.
Removes dashboards from the package. To keep those, stay on the old version of the package.
Bumps the minimum supported version of LogScale from 1.20 to 1.82.
For more information, see Package zscaler/private-access Release Notes.
asimily/iomt has been updated to v0.1.0.
initial version
For more information, see Package asimily/iomt Release Notes.