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,