Quantcast
Viewing all articles
Browse latest Browse all 1551

Why is my sourcetype not parsing as CSV and am getting two events: one with a header and one with a raw event?

I'm trying to parse a CSV file, but I'm getting two events: one with a header and one with a raw event. It is driving me nuts. I've tried deleting and reloading the data multiple times. The file has 2 lines, so at least it is small. The file is being loaded via a CLI: splunk add oneshot -sourcetype backtestMetaData -index grb_test On my server, props.conf in ./etc/apps/<app_name>/local/props.conf I've looked for 'backtest' in other props.conf files, but don't see any. Nothing special on the forwarder. [ backtestMetaData] INDEXED_EXTRACTIONS = csv KV_MODE = none NO_BINARY_CHECK = true SHOULD_LINEMERGE = false TIMESTAMP_FIELDS = startTime category = Structured description = format for csv from testREsutls.csv disabled = false pulldown_type = true [source::.../testResults.csv] sourcetype=backtestMetaData

Viewing all articles
Browse latest Browse all 1551

Trending Articles