Graylog2 / Graylog2/graylog2-server

Better handling of CsvConverter in inputs

Open
#22,424 2 comments 0 reactions 0 assignees View on GitHub
feature triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

## What?

If a malformed CSV is configured in a data adapter it returns no error in the UI, only in the serverlog there is this very little information:
2025-04-11T20:00:04.330+02:00 ERROR [CsvConverter] Different number of columns in CSV data (1) and configured field names (30). Discarding input.

## Why?

Would like to have better handling of errors:

1. push some alert in the UI that the file is malformed,
2. having a serverlog including the path and filename and maybe also the name of the lookup adapter

Requested in https://github.com/Graylog2/support/issues/219

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.