Hello,
My Logstash works fine. However, I can't force deleting old files.
Part of the configuration file:
input {
file {
mode => read
path => "/home/user/data/data_pre/*_0"
start_position => "beginning"
file_completed_action => delete
}
}
logstash-input-file version:
...
Updating logstash-input-file
Updated logstash-input-file 4.1.10 to 4.1.11
How can I force deleting files?
file_completed_action => delete not work?