Falcon LogScale 1.102.0 GA (2023-08-08)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.102.0 | GA | 2023-08-08 | Cloud | 2024-09-30 | 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.
New features and improvements
UI Changes
The Show in context dialog now closes when the button in the dialog is clicked.
The fields and values in the Fields Panel and in the Event List are now sorted case-insensitively.
Automation and Alerts
When creating or updating Filter Alerts using the GraphQL API, it is now possible to refer to actions in Packages using a qualified name of
\"packagescope/packagename:actionname\"
. Actions in packages will no longer be found if using an unqualified name.The UI flow for Alerts has been updated — when you click on you are directly presented with the New alertform.
Importing an alert from template or package is done from the new New alert form.
button now located on top of theAdded a status field to some of the logs for Standard Alerts and Filter Alerts as well as Scheduled Searches. The field shows whether the current run of the job resulted in a
Success
orFailure
for the Alert or Scheduled Search.For more information, see Monitoring Alert Execution through the humio-activity Repository.
It is now possible to create Packages containing Filter Alerts, as well as importing such packages, using the API.
GraphQL API
The following GraphQL mutations have been changed so that the actions field can either contain IDs or names of actions:
createAlert
updateAlert
createScheduledSearch
updateScheduledSearch
Ingestion
Audit logs for Ingest Tokens now include the ingest token name.
Functions
The new query function
wildcard()
is introduced. This function makes it easy to search for case-insensitive patterns on dashboards, or in ad-hoc queries.
Fixed in this release
UI Changes
The URL would not be updated when selecting a time interval in the distribution chart on the
Search
page. This issue is now fixed.
Automation and Alerts
With Scheduled Searches installed from a package, if you edited the scheduled search and then updated the package, then you would get two copies of the scheduled search. This issue is now fixed.
Functions
Fixed an issue that could result in cluster performance degradation using
join()
under certain circumstances.