Logstash unable to upload csv

please change the path and dbpath , as shown below

from

to

path => "C:/Users/Administrator/Downloads/8THJAN210.csv"

Also change

sincedb_path =>"C:\Users\Administrator\Downloads\null"

to

sincedb_path => "NUL"

Please find the sample here[Load csv file in logstash - #3 by balumurari1]

1 Like