Humio Log Collector 1.1.3 GA (2022-10-03)
Version | Type | Release Date | Config. Changes |
---|---|---|---|
1.1.3 | GA | 2022-10-03 | Yes |
File | SHA256 Checksum |
---|---|
linux_amd64.deb | 5be06657ddddaa365fc4cf3fbfa568f6f2e898f1b47510ba9331d8429ad4f4f8 |
linux_amd64.rpm | 662ffdeb1647084d70d6f6a7d6a46c41599320cfc620f9d7770836eab6cc06a8 |
linux_arm64.deb | fba12903af198ae7004bbc93d81bdc973fa4fa18d1c47106d233b3787850d7db |
linux_arm64.rpm | 22641197a84f7924a1e5d6f5975318846958bd4601d9f7e7b7893c6dfbe2ea01 |
windows_amd64.msi | 3c43952dae2dc726d1a1cb6862ced922893454d4e019984e0b2efe5419319337 |
Improved troubleshooting on Windows, improved checkpointing on disk and fix for a bug on the data sink type.
Improvements, new features and functionality
Debugging
Improved troubleshooting On Windows platforms -- the Log Collector will send errors and warnings to the Windows event log.
Improved Checkpointing to disk -- In case of failure writing checkpoints to disk, an error will be logged and writing to disk will be retried with exponential backoff for up to 1 second. This avoids a potential race condition, in which an external program (e.g. an anti-virus program) locks a file that is being simultaneously accessed by the Log Collector.
Bug Fixes
Collecting Data
When sending data to a configured sink the http-header:
Content-Type
is now set toapplication/json
.