Falcon LogScale 1.117.0 GA (2023-12-05)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.117.0 | GA | 2023-12-05 | Cloud | 2025-01-31 | No | 1.70.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.
Deprecation
Items that have been deprecated and may be removed in a future release.
GraphQL mutation updateOrganizationMutability is deprecated in favor of the new setBlockIngest mutation.
New features and improvements
GraphQL API
The new setBlockIngest GraphQL mutation is introduced to block ingest for the organization and set ingest to
paused
in the dataspaces owned by the organization.
Configuration
The new
INITIAL_DISABLED_NODE_TASK
environment variable is introduced.For more information, see
INITIAL_DISABLED_NODE_TASK
.
Functions
Live queries that use files in either
match()
,cidr()
, orlookup()
functions are no longer restarted when the file is updated. Instead the files are swapped while the queries are still running.For more information, see Lookup Files Operations.
Fixed in this release
GraphQL API
Swapped parameters in GraphQL mutation updateOrganizationMutability have been fixed.
Dashboards and Widgets
The Styling panel in the
Table
widget has been fixed as threshold coloring could be assigned unintentionally.
Functions
timeChart()
andbucket()
functions have been fixed as they would give slightly different results depending on whether theirlimit
argument was left out or explicitly set to the default value.