Falcon LogScale Collector 1.11.7 GA (2026-09-07)

Version?Type?Release Date?Config.Changes?
1.11.7GA2026-09-07no

Hide file hashes

Show file hashes

Highlights

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 interval values 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: xmlOnly or type: query caused 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: -1 could appear. This has been resolved.

  • Installation and Deployment

    • The -InstallDirPrefix option was not working for a Full install in the FIPS version. This has been corrected.