Hi @rsaeks
Writing to separate fields is not how the decode_csv_fields processor works
The
decode_csv_fieldsprocessor decodes fields containing records in comma-separated format (CSV). It will output the values as an array of strings. This processor is available for Filebeat.
Perhaps dissect will work for what you want, it is also very efficient.