Parse csv file with file path

I use logstash on docker, i want to parse a csv file with file plugin :

input {
file {
path => "$file/path"
start_position => "beginning"
}

but i have nothing when i run logstash : The stdin plugin is now waiting for input

thanks for your help

Please post your full config text.