Hello,
I'm using Elasticsearch input plugin with Csv output plugin as part of my pipeline.
now, generated CSV file has skip fields that are NULL in elasticsearch's document and that presents an issue as I can't really identify these fields, as generated file's fields are out of order...
How can I include field-names into generated CSV file at the top?
Please advise.