logstash-filter-csv icon indicating copy to clipboard operation
logstash-filter-csv copied to clipboard

Results 37 logstash-filter-csv issues
Sort by recently updated
recently updated
newest added

Hi this issue is apparently always showing when using the following Logstash filter configuration: ``` filter { csv { skip_header => "true" columns => [ ... ``` Even using the...

Hi, I am currently using logstash 2.3.0 and using csv filter to specify and match columns on the csv data read by a file beat. The issue is, in few...

- logstash-7.1.0 - Windows 10 I have a problem loading data with losgatsh this when executing logshtash.bat only stores headers as values. Previously it had 2 pipes and now only...

- Version: 7.2 + Is not possible to ignore the header and provide a different set of columns because the @columns is compared against the read line. It should be...

#23 not working? This still doesn't work for me. I have literal tabs in my file, but only the first field is being captured My line is: `199999 MAI 2013-09-02...

There's a race condition with the `autodetect_column_names` feature when there is more than one worker thread. The filter assumes that the first line of the CSV contains the column names...

bug

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 1. Document that when `autodetect_column_names` is...

enhancement

This is not feature request, but Docs improvement request by a user. - Version: 3.0.10 https://www.elastic.co/guide/en/logstash/current/plugins-filters-csv.html#plugins-filters-csv-skip_header ``` Define whether the header should be skipped. Defaults to false. If set to...

This is not feature request, but Docs improvement request form a user. - Version: 3.0.10 Findings If we set `"\""` to `quote_char`, then we would get error such as "`Error...

- Version: 7.1.1 - Operating System: AWS Linux - Config File (if you have sensitive info, please remove it): ``` input { generator { count => 1 lines => [...