Falcon LogScale 1.76.0 GA (2023-02-07)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.76.0 | GA | 2023-02-07 | Cloud | 2024-02-28 | 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.
Configuration
Starting from 1.78 release, the default value for the
MAX_INGEST_REQUEST_SIZE
configuration will be reduced from1 GB
to32 MB
.This value limits the size of ingest request and rejects oversized requests.
If the request is compressed within HTTP, then this restricts the size after decompressing.
Removed
Items that have been removed as of this release.
API
Removed the API for managing ingest tokens. This has long been deprecated and replaced by a GraphQL API.
New features and improvements
UI Changes
Event List Interactions are now sorted by name and repository name by default.
Dashboards and Widgets
It is now possible to set a temporary timezone in dashboards, which will be read from the URL on page load e.g.
tz=Europe%2FCopenhagen
.For more information, see Time Interval Settings.
The
Single Value
widget now supports interactions on both the Search and Dashboard page. See Manage Dashboard Interactions for more details on interactions.
Log Collector
Falcon Log Collector Manage your Fleet now supports remote configuration of LogScale Collectors. This gives an administrator the option of managing the configuration of LogScale Collector instances in LogScale, instead of managing configuration files directly on the device where Falcon Log Collector is installed.
For more information, see Falcon Log Collector Manage your Fleet, LogScale Collector Releases.
Functions
Queries containing a
join()
function no longer run truly live when the query is set to Live. Instead, these queries will run repeatedly at intervals determined by the query engine.For more information, see Errors when Using Live join() Functions, Widgets with Live join() Functions,
join()
, Special Behaviour for Live Joins.
Fixed in this release
Other
Fixed an issue for the ingest API that made it possible to ingest into system repositories.