I have about 60 config files for a single pipeline and I receive the below error during Logstash startup....is there a way to pinpoint which file the error is located in?
[2018-08-01T10:27:13,736][ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:SOF, :exception=>"LogStash::ConfigurationError", :message=>"Expected one of \r, \n at line 2105, column 3 (byte 72682) after #}", :backtrace=>["D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/compiler.rb:42:in
compile_imperative'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/compiler.rb:50:in compile_graph'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/compiler.rb:12:in
block in compile_sources'", "org/jruby/RubyArray.java:2486:in map'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/compiler.rb:11:in
compile_sources'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/pipeline.rb:49:in initialize'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/pipeline.rb:167:in
initialize'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/pipeline_action/create.rb:40:in execute'", "D:/ElasticStack/Apps/Logstash/6.3.2/logstash-core/lib/logstash/agent.rb:305:in
block in converge_state'"]}`