CSV Upload currently returns the raw error message from Elasticsearch when there's an issue indexing a document. Based on error type, we can probably translate these errors into something more user friendly. For instance when we get a mapper_parsing_exception we could display a message like:
"Line 8: Failed to parse field @timestamp as type date"
Based on convo with @gmoskovicz in #7620
CSV Upload currently returns the raw error message from Elasticsearch when there's an issue indexing a document. Based on error type, we can probably translate these errors into something more user friendly. For instance when we get a
mapper_parsing_exceptionwe could display a message like:"Line 8: Failed to parse field @timestamp as type date"
Based on convo with @gmoskovicz in #7620