Logstash output not showing any data

i have an input file (ie csv file), ,i have used stdout in output but data are not displaying in logstash cmd..
input{
file{
path=>"/home/elkuser/Hospital General Information.csv"
}
}
output {
stdout{}
}
want to check the outcomes of data,,

i have some 4k records,may be it cannot able to retrieve the bulk records...if so how can we achieve ???

Since this is basically the same question as Unable to load csv into elastic through logstash let's continue in that thread.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.