Log Collector Releases
The latest release is Falcon Logscale Collector 1.2.3
Version | Type | Release Date | Config. Changes |
---|---|---|---|
1.2.3 | GA | 2023-1-23 | Yes |
1.2.2 | GA | 2023-1-16 | Yes |
1.2.1 | GA | 2022-11-10 | Yes |
1.2.0 | GA | 2022-10-27 | Yes |
1.1.4 | GA | 2022-10-12 | Yes |
1.1.3 | GA | 2022-10-03 | Yes |
1.1.2 | Not Released | 2022-09-29 | Yes |
1.1.1 | GA | 2022-09-19 | Yes |
1.1.0 | GA | 2022-06-25 | Yes |
1.0.2 | Stable | 2022-05-05 | Yes |
1.0.1 | Stable | 2022-04-25 | Yes |
1.0.0 | Stable | 2022-04-23 | Yes |
The current version Falcon Logscale Collector offers:
Collects from local files using a glob pattern (so single file, directory, recursive, etc), windows event logs, JournalD, system logs and exec.
Ships all existing events in the file
Tails for new events in the file
Handles single and multi line events
@collect.*
metadata attached to the events including unique collectorID
,hostname
,@collect.timestamp
etcBuffers in memory
Sends data to Humio instance based on ingest token or environment variable
Offers a sub-second ingest lag between a line being written and sent to Humio (configurable)
Offers network compression which defaults to ON
Supports HTTP(S) proxies
Supports reading from gzip and bzip2 compressed files by default. Note that the log collector has no notion of binary data so if a
file.tar.gz
is encountered the binary tar data will be shipped.