logstash-plugins / logstash-output-file

Apache License 2.0
23 stars 53 forks source link

Deleted output files consuming filesystem space #81

Open bpschuck opened 5 years ago

bpschuck commented 5 years ago

If an output file is deleted (in our case by being gzip'ed), Logstash continues to hold the file open. Over time these zombie files fill up the filesystem space until Logstash is restarted.