Falcon LogScale Collector 1.6.1 GA (2023-12-12)
Version? | Type? | Release Date? | Config.Changes? |
---|---|---|---|
1.6.1 | GA | 2023-12-12 | yes |
Hide file download links
Download
Hide file hashes
File | SHA256 Checksum | Hash File |
---|---|---|
linux_amd64.deb | ae5e4d9125499203d0c324b78fe6bb06dfab80ae74d99cec6473622e2a86a273 | |
linux_amd64.rpm | a50bb0b24e692cf0e4e32a72d7f6c84a5dfd6aec868aa9d7b6bbe4ab5096b450 | |
linux_arm64.deb | 4e22b6a97fd1eade148d50583d9e78fc5a19a6f0af7591f99a59924e022f25a0 | |
linux_arm64.rpm | a6565529c3e7b290cd03079a139aec9578f150af3f21e7c167e2d2840ad5a8fc | |
macOS_universal.pkg | a7e20a99c0bde56d1a347e4880f647b03c7d6606abbfc2b0fc6dbcd0914e49c1 | |
windows_amd64.msi | 39ff61e9e66e9a2d8481a2edb9d94543ddfc1aafc7db18f4bbf1d32ff05b89ca |
Docker Image | Architecture | SHA256 Checksum | Hash File |
---|---|---|---|
logscale-collector:1.6.1 | amd64 | 98fff9a7d48767f89a87816fbc2c03f79bdd34eeccddfe8f77dafc2e0696981d | |
logscale-collector:1.6.1 | arm64 | 98fff9a7d48767f89a87816fbc2c03f79bdd34eeccddfe8f77dafc2e0696981d |
Improvements and bug fixes to the handling of the file source and debug logging.
Improvements, new features and functionality
Collecting Data
The file source been improved in scenarios with log file rotation. In previous versions a race could occur between file discovery and file read, during file rotation. This could potentially cause data to be missed (not ingested).
We now offer a docker image which can be deployed in a Kubernetes to forward log messages from the applications deployed in the cluster. See te documentation for more details Collect Kubernetes Pod Logs.
Performance of Syslog UDP source has been improved when running on a Linux system.
The source now uses multiple workers to receive data from the network. By default it will spawn workers corresponding to the number of CPU cores in the system. The number of workers can be controlled by specifying the 'workers' parameter under the source configuration. Specifying 0 workers, or omitting the parameter will use the detected number of cores. See Configuration File Examples.
Debugging
Debug logging now uses the system proxy by default, previously proxy was not supported.
The debug logging configuration through environment variables now supports additional configuration options which are documented in Debug Log
Debug logging no longer accepts
http://
addresses by default. If such a scenario is required thenHUMIO_DEBUG_LOG_ALLOW_HTTP
must be set to true.The debug logging mechanism has been improved. If an error occurs when sending the debug logs to LogScale, 3 attempts will be made in total before the debug logs are dropped.
Bug Fixes
Collecting Data
Configuring an incorrect exclude path for the file source could cause the collector to crash, this is corrected.