Humio Log Collector 1.0.1 LTS (2022-04-25)

Version?Type?Release Date?Config.Changes?
1.0.1LTS2022-04-25No

Hide file hashes

Show file hashes

These notes include entries from the following previous releases: 1.0.0

Improvements, new features and functionality

  • Network

    • Offers network compression which defaults to ON.

    • Supports HTTP(S) proxies.

  • Managing Data

    • Ships all existing events in the file.

    • Only handles single line events

    • Collects from local files using a glob pattern (so single file, directory, recursive, etc) and from windows eventlogs and system logs.

    • @collect.* metadata attached to the events including unique collector ID, hostname, @collect.timestamp etc

    • Buffers in memory.

    • Tails for new events in the file.

    • Offers a sub-second ingest lag between a line being written and sent to Humio (configurable)

Bug Fixes

  • Other

    • Fixed a bug where the log collector would get stuck when encountering a long line (131,072 B) and use 100 % CPU.