mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
cd91f9b2b3
commit
5f5bbeed14
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ require "logstash/settings"
|
|||
|
||||
module LogStash module Config module Source
|
||||
class MultiLocal < Local
|
||||
include LogStash::Util::SubstitutionVariables
|
||||
include LogStash::Util::Loggable
|
||||
|
||||
def initialize(settings)
|
||||
|
@ -13,7 +14,7 @@ module LogStash module Config module Source
|
|||
end
|
||||
|
||||
def pipeline_configs
|
||||
pipelines = retrieve_yaml_pipelines()
|
||||
pipelines = deep_replace(retrieve_yaml_pipelines())
|
||||
pipelines_settings = pipelines.map do |pipeline_settings|
|
||||
clone = @original_settings.clone
|
||||
clone.merge_pipeline_settings(pipeline_settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue