Falcon LogScale 1.121.0 GA (2024-01-16)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
|---|---|---|---|---|---|---|---|---|
| 1.121.0 | GA | 2024-01-16 | Cloud | 2025-03-01 | No | 1.70.0 | 1.112.0 | No |
Available for download two days after release.
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.
We aim to stop publishing the
jardistribution of LogScale (e.g.server-1.117.jar) as of LogScale version 1.130.0.Users deploying via Docker images are not affected. Users deploying on bare metal should ensure they deploy the
tarartifact, and not thejarartifact.A migration guide for bare metal deployments is available at How-To: Migrating from server.jar to Launcher Startup.
Removed
Items that have been removed as of this release.
Configuration
The
DEFAULT_PARTITION_COUNTconfiguration parameter has been removed, as it was unused by the system due to earlier changes to partition handling.
Deprecation
Items that have been deprecated and may be removed in a future release.
In the GraphQL API, the
nameargument to theparserfield on theRepositorydatatype has been deprecated and will be removed in version 1.136 of LogScale.The
assetTypeGraphQL field onAlert,Dashboard,Parser,SavedQueryandViewInteractiondatatypes has been deprecated and will be removed in version 1.136 of LogScale.In the GraphQL API, the
ChangeTriggersAndActionenum value for both thePermissionandViewActionenum is now deprecated and will be removed in version 1.136 of LogScale.
New features and improvements
GraphQL API
Added limits for GraphQL queries on the total number of selected fields and fragments. Defaults are
1000for authenticated and150for unauthenticated users.Cluster administrators can adjust these limits with the
GraphQLSelectionSizeLimitandUnauthenticatedGraphQLSelectionSizeLimitdynamic configurations.
Ingestion
The amount of logging produced by
DigestLeadershipLoggerJobhas been reduced in clusters with many ingest queue partitions.
Functions
The new
array:length()function has been introduced. It finds the length of an array by counting the number of array entries.For more information, see
array:length().
Fixed in this release
User Interface
When hovering over a query function in the query editor, the link to the function documentation now always points to the latest version of the page.