logstash-plugins / logstash-filter-csv

Apache License 2.0
15 stars 41 forks source link

Skip header option within csv filter #58

Closed AbdulHaseebHussain closed 6 years ago

AbdulHaseebHussain commented 7 years ago

Would it be possible to have an option for users to skip header lines should they wish to, similar to the autogenerate_column_names boolean option. Users generally implement this functionality themselves.

Could the drop filter plugin be called automatically if the skip header option is specified?

tomrade commented 7 years ago

I use the "exclude" option in filebeat for w3c files, but something similar could be nice here

guyboertje commented 6 years ago

Closing because #59