I don't know why.
To make logstash to read and process your input every time you run logstash, use "sincedb_path" option to /dev/null (cit.)
but I found this solution :
input { file { path => "/path/to/logstash-tutorial.log" start_position => beginning sincedb_path => "/dev/null" } }
and it is working