Here is the format of my .csv file
Assume the pipe is tab
Normally when I ingest the file in tab delimited format or tsv file the line that I can see is the line starting from 2 and so on because splunk automatically detects the line 2 for it to become a column header. I also tried for the Timestamp Fields and it doesnt work because the timestamp doesnt have column field and also the same for the Timestamp Format
You need to use INDEXED_EXTRACTIONS = TSV and also specify the time fields and header fields. Pls check this and also share your inputs and props.conf on your forwarder instance.
Hmmm... I think its not applicable to my test environment because its a single instance and doesn't use Forwarder. I tried your INDEXED_EXTRACTIONS=TSV to my Advanced tab in indexing the data and it seems not work... My goal is to extract timestamp to my first line of my file. but anyway Thank you for answering