I'm using ELK 7.6 and trying to export to an s3 bucket using the csv codec. So far things work, but there's an issue because I'm uploading files every 5 mins, but only the first "part" has the headers attached to it and ideally every part has the headers attached to it. Am I missing something? I've tried adding :
codec => csv {include_headers => true }
and
codec => csv {include_headers => true autodetect_column_names=>true}
but they aren't adding the headers after the first part is imported.
Thanks for the plugin btw!
I'm using ELK 7.6 and trying to export to an s3 bucket using the csv codec. So far things work, but there's an issue because I'm uploading files every 5 mins, but only the first "part" has the headers attached to it and ideally every part has the headers attached to it. Am I missing something? I've tried adding :
codec => csv {include_headers => true }and
codec => csv {include_headers => true autodetect_column_names=>true}but they aren't adding the headers after the first part is imported.
Thanks for the plugin btw!