Unable to push data to ES from csv

input{
file{
path => "F:/GuruTeja/KIBANA/LOGSTACS/adderss.csv"
start_position => "beginning"
sincedb_path => "NULL"
}
}

output{
elasticsearch{
hosts => "http://localhost:9200"
index => mytest
}

stdout{
}

}

iam getting the out below output in console,

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