This repository has been archived by the owner on May 25, 2022. It is now read-only.
v0.24.0
Added
force_flush_period
setting torecombine
operator, to prevent recombine taking to long to process (PR325)lazy_quotes
setting tocsv
parser operator. When enabled will preserve internal quotes in a csv field (PR324)header_attribute
setting tocsv
parser operator. When set will dynamically parse the csv headers from the specified attribute on a log entry. (PR335)
Changed
- Updated CSV Parser to use idiomatic Go errors (PR323)