Open robin13 opened 5 years ago
As fixing https://github.com/logstash-plugins/logstash-filter-csv/issues/65 is a big issue requiring fundamental work on logstash to synchronize between threads, would it be possible for the interim to
autodetect_column_names
pipeline.workers
the new csv codec should be more appropriate for this, when paired with the file input a new codec instance will be used per file.
As fixing https://github.com/logstash-plugins/logstash-filter-csv/issues/65 is a big issue requiring fundamental work on logstash to synchronize between threads, would it be possible for the interim to
autodetect_column_names
is truepipeline.workers
must be set to 1autodetect_column_names
is true andpipeline.workers
is >1 then startup will fail (similar to the way the aggregate filter does).