Assuming it's the first date/time value in the event you want to use as _time, and we just name fields according to your column names, this should work: [mySourcetypeNameDontUseCSV]
FIELD_NAMES = A,B,C,D,E
INDEXED_EXTRACTIONS = csv
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false If this file is read by a UF, this props.conf entry must be placed on the UF itself, since you intend to use indexed extractions. If you want a different part of the event for the timestamp, or if you just want to use index time, you'll need a couple more things.
... View more