Logstash is probably tailing the input file and waiting for more lines to be added to it. Either delete the sincedb file or set sincedb_path to /dev/null. Also, if the file is older than a day you need to adjust the file input's ignore_older option.