Dear folks,
Recently I'm trying to enable multiple pipelines with logstash version 6.2.3.
but we got the problems from the logstash log as follows, I tested my pipline with version 5.5.x , It's working well with single pipeline of single instance.
Don't know why we got the issue from logstash version 6?
logs from logstash
[2018-04-04T15:34:17,734][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/etc/logstash/conf.d/filebeat.conf"}
[2018-04-04T15:34:17,734][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/etc/logstash/conf.d/filebeat.conf"]}
[2018-04-04T15:34:17,734][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/etc/logstash/conf.d/metricbeat.conf"}
[2018-04-04T15:34:17,734][DEBUG][logstash.agent ] Converging pipelines state {:actions_count=>0}
[2018-04-04T15:34:17,735][DEBUG][logstash.config.source.multilocal] Reading pipeline configurations from YAML {:location=>"/etc/logstash/pipelines.yml"}
[2018-04-04T15:34:17,735][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/etc/logstash/conf.d/metricbeat.conf"]}
[2018-04-04T15:34:17,735][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/etc/logstash/conf.d/filebeat.conf"}
[2018-04-04T15:34:17,735][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/etc/logstash/conf.d/filebeat.conf"]}