Falcon LogScale 1.85.0 GA (2023-04-13)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.85.0 | GA | 2023-04-13 | Cloud | 2024-05-31 | No | 1.44.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
Support for running on Java 11, 12, 13, 14, 15 and 16 will be removed by the end of September 2023.
Upgrades
Changes that may occur or be required during an upgrade.
Other
Snakeyamls has been upgraded to 2.0 to address CVE-2022-1471 issue.
New features and improvements
UI Changes
Improvements in UI tables visualization: even long column headers' text is now always left-aligned (instead of center-aligned and on top of each other) and uses a different color.
Organization level query blocking has been added to
Organization Settings
UI.For more information, see Organization Query Monitor.
Automation and Alerts
Clicking the Alerts will now show every unique label that has been created on every alert in the same repository. This means that you don't need to rewrite a label when wanting to add the same label to another alert. This feature also applies to Scheduled Searches.
button in
GraphQL API
The following GraphQL mutations can now also be performed with the
ChangeOrganizationPermissions
permission:assignOrganizationRoleToGroup
unassignOrganizationRoleFromGroup
The following GraphQL mutations can now also be performed with the
ChangeSystemPermissions
permission:assignSystemRoleToGroup
The following GraphQL queries and mutations can now also be performed with either
ChangeOrganizationPermissions
,ChangeSystemPermissions
permission depending on the group:addUsersToGroup
removeUsersFromGroup
assignRoleToGroup
groupByDisplayName
The permissions required in order to list IP filters have been updated. You can now also list IP filters with one of the following permissions:
Configuration
Using the storage class "S3 Intelligent-Tiering" in AWS S3 selectively on files that LogScale knows continues to be supported: it is controlled by the new dynamic configuration
BucketStorageUploadInfrequentThresholdDays
that sets the minimum number of days of remaining retention for the data in order to switch from the default "S3 Standard" to the "Intelligent" tier.The decision is made at the point of upload to the bucket only, whereas existing objects in the bucket are not modified.
The bucket must be configured to not allow the optional tiers
Archive Access tier
norDeep Archive Access tier
as those do not have instant access, which is required for LogScale.As a consequence of that, do not enable automatic archiving within the S3 Intelligent-Tiering storage class.
The new configuration parameter
SEGMENT_READ_FADVICE
has been introduced.
Dashboards and Widgets
Introduced a new setting for dashboard parameters configuration to defer query execution: the dashboard will not execute any queries on page load until the user provides a value to the parameter.
For more information, see Configuring Dashboard Parameters.
The new interaction type
has been introduced, allowing users to create an interaction that will trigger a new search.For more information, see Manage Dashboard Interactions, Creating Event List Interactions.
Multivalued parameters have been introduced to pass an array of values to the query. The support is limited to the Dashboards page.
For more information, see Multi-value Parameters.
Log Collector
Fleet Management updates:
Added the
Basic Information
page with primary information of a specific configuration e.g. name, description, no. of assigned instances.The Config Editor used to create/modify LogScale Collector configurations in LogScale has been augmented with context aware auto-completion, tooltips for keywords and highlighting of invalid settings.
For more information, see Manage Remote Configurations.
Queries
Improvements to query scheduler logic for "shelving" i.e., pausing queries considered too expensive. The pause/unpause logic are now more responsive and unpause queries faster when they become eligible to run.
Functions
When IOCs are not available, the
ioc:lookup()
query function will now produce an error. Previously, it only produced a warning.
Other
Create Repositories
permission now also allows LogScale Self-Hosted users to create repositories.Worker-level query scheduling has been adjusted to avoid long-term starvation of expensive queries.
Fixed in this release
Functions
Fixed a regression in
join()
validation, which was introduced in version Falcon LogScale 1.80.0 GA (2023-03-07).Fixed an issue where a query with
join()
,selfJoin()
, orselfJoinFilter()
functions would sometimes get cancelled.
Other
An issue that would cause query workers to handle mini-segments for longer than intended has been fixed.
The following audit log issues have been fixed:
the audit log logged the name of the view owning the view bindings instead of the repository it links to. The name now matches the id in the binding log entry.
the audit log for a view update did not use the updated view but the view data before the update.
An issue that would cause bucket downloads to retry infinitely many times for certain types of segments has been fixed.