I'm using this app but whenever I import a CSV it seems to lose the values from the last column e.g.
EventValueFilter,Duration,Earliest,Limit
"EVENTA","1000"," ","| head 5 "
"EVENTB","2000"," ","| head 5 "
"EVENTC","3000"," ","| head 5 "
And when i use the app:
| importutil http http://mysite/mycsv.csv
| multikv
| table EventValueFilter, Duration, Earliest, Limit
It returns the values for the first three fields but no values for Limit. If I add an extra dummy value to each row it will return the values for Limit but not for the new column.
Splunk is running on Windows server 2003 R2, version 4.2.3, build 105575.
Screenshot of CSV file
Screenshot of splunk
... View more