logstash-plugins / logstash-output-file

Apache License 2.0
23 stars 53 forks source link

Support file rename atomically #73

Open guyboertje opened 6 years ago

guyboertje commented 6 years ago

Allow a mode where the files are created with a .tmp extension then when closing the file, rename to the intended name.

This will allow the file input to consume (and delete) the file in read mode.