Falcon LogScale Collector 1.11.7 GA (2026-09-07)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 1.11.7 | GA | 2026-09-07 | no |
Hide file hashes
| File | SHA256 Checksum | Hash File |
|---|---|---|
| linux_amd64.deb | cea986fdf1bb239f38995902dc5754405e2993931235eaf22b09d6939c12a73d | Â |
| linux_amd64.rpm | 9a588b6cb5da16b89a35451eaa52853b9af92fb640094daaa2806a70dd1ce677 | Â |
| linux_arm64.deb | 42294c4a3b834e178bb6dec8d9d2bf9e1815c71f2519916c376ccf91fc2cec8d | Â |
| linux_arm64.rpm | 4211196727625cb39600434efd97e95139c3c497493cc120a6fbc51ae69a5159 | Â |
| macOS_universal.pkg | 74f7e746853eecbf620dc5939bb78ec4a372b650d450d1320ae203c8ce3b9cd8 | Â |
| windows_amd64.msi | a466a346fb8585b05d6b83783ae7b497bf6840fdb9fb7ef5e04ca6b7362084dd | Â |
Bug fixes and updates
Improvements, new features and functionality
Other
The Go version has been updated to take advantage of the latest optimizations and security updates.
Bug Fixes
Collecting Data
Wineventlog: Improved UTF-16 decoding with proper sanitising of control characters and unpaired surrogates, preventing malformed output.
The Command source now rejects non-positive
intervalvalues during configuration validation, providing a clear error message instead of undefined runtime behaviour.Fixed a race condition in disk queue shutdown where pending ACKs could be lost. When the queue stops, all pending acknowledgements are now drained before exit, preventing unnecessary re-delivery of already-acknowledged data on restart.
Wineventlog: Fixed duplicated fields appearing in Windows Event Log output in the internal representation of the events, causing the batch size calculation to be wrong.
Wineventlog: Config options with either
mode: xmlOnlyortype: querycaused the source to stop if any of the configured channels failed to subscribe. When a configured channel cannot be subscribed to, the error is now logged and collection continues for the remaining channels, rather than failing the entire source.
Debugging
Monitor TUI fixes:
Disk queue now reports its size based on actual storage capacity rather than the configuration-derived estimate.
An initial screen update has been fixed to ensure the screen reflects the actual pipelines.
Previously the message
No info for index: -1could appear. This has been resolved.
Installation and Deployment
The
-InstallDirPrefixoption was not working for a Full install in the FIPS version. This has been corrected.