Logstash No such process

Всем привет!
Подскажите в logstash падает ошибка
Closed - other error C:/HTTP/Test4/log/2020-12-09/all.21-00.log: (No such process - C:/Test4/log/2020-12-09/all.21-00.log, ["org/jruby/RubyFile.java:990:in stat'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/stat/windows_path.rb:19:in restat'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/watched_file.rb:104:in restat'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/tail_mode/processor.rb:273:in common_restat'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/tail_mode/processor.rb:263:in common_restat_with_delay'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/tail_mode/processor.rb:98:in block in process_closed'", "org/jruby/RubyArray.java:1809:in each'", "C:/services/logstash-7.8.0/vendor/bundle/jruby/2.5.0/gems/logstash-input-file-4.1.18/lib/filewatch/tail_mode/processor.rb:97:in process_closed'"])

Файл на который ругается, уже удален,
input {
file {
path => "C:/HTTP/Test4/log/[0-9]/*.log"
start_position => "beginning"
close_older => "1 hour"
ignore_older => "2 hour"
sincedb_clean_after => "2 hour"
discover_interval => 30
codec => multiline {
pattern => "^%{NUMBER}"
negate => true
what => "previous"
}
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.