There are also some edge cases where if the csv column names have more than 4094 bytes characters Splunk will throw this error. The solution in my case was to pre-process the csv and truncate the column names.
... View more
There are also some edge cases where if the csv column names have more than 4094 bytes characters Splunk will throw this error. The solution in my case was to pre-process the csv and truncate the column names.
... View more