Falcon LogScale Collector 1.11.5 GA (2026-06-17)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 1.11.5 | GA | 2026-06-17 | no |
Hide file hashes
| File | SHA256 Checksum | Hash File |
|---|---|---|
| linux_amd64.deb | f558e26412294fc271ea4109f4fba19b23c371b2fc58682a1a9f299eb873a457 | Â |
| linux_amd64.rpm | 84c72896988a2a1eaeb2da037081a477ef4cf6d5767ed01f4ec87b278d28c8c4 | Â |
| linux_arm64.deb | f65c3f8c7fae4fd2e131fe330fef949c98d10135936efc16d4ad75540db52ce6 | Â |
| linux_arm64.rpm | a553c470caf46f5d17eec1c235947a97460ffeaaa3c46e20d038b3694452707b | Â |
| macOS_universal.pkg | 64b456e4c46db73026deea7e83455c05b8e664f46c7a1191c3658e8e1df0036e | Â |
| windows_amd64.msi | 43c7692d99e0aacbbe6459ad2afcd3effa6c1430ff12142c742891b4ba18b2a0 | Â |
Bug fixes and updates
Improvements, new features and functionality
Collecting Data
Various optimisations have been made to reduce peak memory usage by in-flight data buffers for data collection and protocol encoding in back-fill scenarios, such as when handling a large amount of data from a file source with a slow or missing connection to ingest endpoints.
Database sources now require secure communication by default. A new database security option has been added that allows disabling connection security for database sources (TCP instead of TCPS and disabled certificate checks).
This is controlled by the
allowInsecureDatabaseprogram flag and enables connectivity to database servers that do not support encrypted connections. Activating these flags will result in warnings and discoverability in Fleet Overview.
Other
Ingest retries now include a 25% random delay variation (jitter) when using exponential backoff. This ensures that if the ingestion endpoint is temporarily unavailable, retry attempts are distributed over time rather than occurring simultaneously, reducing the risk of overloading the endpoint (known as a 'thundering herd' scenario) and allowing it to recover more quickly.
The Go version has been updated to take advantage of the latest optimizations and security updates.
Bug Fixes
Collecting Data
Fixed a bug where
additionalColumnsin the database source did not work if the column name and field name differed. Column-to-field mapping now works correctly regardless of naming.Improved handling of edge cases with CR/LF line endings.