How to configure logstash to identify column headers?

Hi,

Is there way to configure Logstash (in ELK) such that the first line wil be identified as the column header and then it will create and index the remaining records based on that.

Appreciate any help on this .

I think https://github.com/logstash-plugins/logstash-filter-csv/pull/36 added what you're looking for. The online documentation hasn't been regenerated but the feature should be available at least in the csv plugin shipped with Logstash 5.0.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.