mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Update local.rb for pipe file (#11109)
Load pipe file for process communication Co-authored-by: Andrew Pan <px2557@foxmail.com>
This commit is contained in:
parent
24ac6800c8
commit
126056f3a7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module LogStash module Config module Source
|
|||
end
|
||||
|
||||
get_matched_files.each do |file|
|
||||
next unless ::File.file?(file) # skip directory
|
||||
next unless ::File.file?(file) or ::File.pipe?(file) # skip directory
|
||||
|
||||
logger.debug("Reading config file", :config_file => file)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue