Falcon LogScale Collector 1.5.3 GA (2023-10-16)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 1.5.3 | GA | 2023-10-16 | no |
Hide file hashes
| File | SHA256 Checksum | Hash File |
|---|---|---|
| linux_amd64.deb | e965acdad2676b59c351b8e9866954159e51f135a270ab6626ae88d924167265 | |
| linux_amd64.rpm | 75db3d6f20bf499c7615a00637797ec641be38c721cc1f9fdb50bf20613510e3 | |
| linux_arm64.deb | 9a44f418dd0dbf03adde25afb878fbba5a97cccc339b0cb5e1e657a5880734e6 | |
| linux_arm64.rpm | 976d4c01248ad0da4976c1a26885be07af0b8f388fce5c43a8097ecdfd85d134 | |
| macOS_universal.pkg | 56603437f3dcd77217ba59ea01f2645daae8122c0740dc1c4deffedac5ef4e32 | |
| windows_amd64.msi | caced8ad05580a677cb344fe811b485471299af5219284f9d2fff392c7ee18fa |
Improvements and bug fixes regarding handling of the file source.
Improvements, new features and functionality
Collecting Data
Internal handling of the file source has been optimized to reduced the number of syscalls used to monitor files and directories for changes.
Bug Fixes
Collecting Data
An issue has been identified with the checkpointing component, causing unnecessary disk write operations when used with a file source. This scales linearly with the number of file sources configured, leading to a high disk utilization when defining multiple file sources.
Note: Multiple
`include`patterns per file source do not cause this issue, only separate sources. This behaviour started in 1.5.0, and is fixed with this release.