File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,14 @@ All in - LogBoost can convert a variety of log formats to CSV while enriching IP
78
78
* Shallow or Deep Parsing
79
79
* JSON per-line logging
80
80
* Shallow or Deep Parsing
81
- * Multi-Line JSON Blobs from Fixed Inputs - Handled without reading entire file into memory to support large files.
81
+ * Multi-Line JSON Blobs from Fixed Inputs
82
82
* AWS CloudTrail Exports
83
83
* Generic Syslog
84
84
* KV (key1=value1, key2="value 2") style logging
85
85
* Shallow or Deep Parsing
86
86
* Raw Text Files
87
- * Read plain-text files or GZ archives transparently
87
+ * Read plain-text files or GZ archives transparently for all parser types
88
+ * Handles files 'line by line' to avoid reading entire file into memory
88
89
* Expand JSON blobs embedded within CSV to individual columns
89
90
* Filtering outputs on specific datetime ranges
90
91
* Enriching detected IP with MaxMind Geo/ASN Information
You can’t perform that action at this time.
0 commit comments