Falcon LogScale Collector 1.11.2 GA (2026-04-21)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 1.11.2 | GA | 2026-04-21 | no |
Hide file hashes
| File | SHA256 Checksum | Hash File |
|---|---|---|
| linux_amd64.deb | 26c6fceb96a22c4ba1a031f39d7f43872878711967d005f2eb64713f3f350e6e | Â |
| linux_amd64.rpm | 266aa92fa5b3cd0511c3d1be907941f3ab1834ed696aa2b923c13a17a4e91f5b | Â |
| linux_arm64.deb | 3486e03e10c5e165ecaa57b49bda8f00e897cd813e7619a6eba8d40298a4c1ec | Â |
| linux_arm64.rpm | bd99a68e81164d1c843b90f925d4baac143af4049c941b3d19ff52bf372d896d | Â |
| macOS_universal.pkg | dc0bedcc474a639165e138cc0e0fa2c83ad69498f6777b691b3ae44f0cecb6fc | Â |
| windows_amd64.msi | 7420486833dedb71ce96aa6db22f0d10ca823d260227e344b185f94ea19ea892 | Â |
Bug fixes and security updates
Improvements, new features and functionality
Collecting Data
The HEC sink now supports additional configuration fields for LogScale deployments:
logscaleSpecific.parserIndexlogscaleSpecific.parserOrganizationlogscaleSpecific.organization
These fields allow parser and organization metadata to be included in the payload sent to HEC endpoints, enabling more precise routing and parsing in LogScale.
Other
The Go version has been updated to take advantage of the latest optimizations and security updates.
The Log Collector now embeds its version directly in the binary. This allows the version info to be reliably extracted by the update service without using the version command on the Collector binary.
Installation and Deployment
The uninstall scripts for Windows have been augmented with improved error handling and reporting. The following improvements have been made:
Added an admin check that fails fast before any work is performed.
Errors are now tracked across steps. The script exits with code
1on failure, and0on success.Removal items are now shown even when the
-yesflag is used.
Bug Fixes
Collecting Data
Fixed a memory leak that could occur in pipelines configured with a disk queue and the file source.
Fixed a bug in Database sources where TLS connections would fail in FIPS 140 mode due to unsupported elliptic curve preferences.
Installation and Deployment
Fixed an issue where a Full Install on Windows would fail to re-install due to the error
Service already exists.Helm chart version 1.5.2 introduces improved version management:
The single
imagevalue has been split intoimageRepositoryandimageTagThe legacy
imagefield is still supported for backward compatibility. If set,imagetakes priority over the new fields.
See the example below:
yaml# New (preferred) imageRepository: "registry.crowdstrike.com/log-collector/us-1/release/logscale-collector" imageTag: "1.11.2@sha256:..." # Legacy (still works) image: "registry.crowdstrike.com/log-collector/us-1/release/logscale-collector:1.11.2@sha256:..."