# Multiple pipelines on Logstash 6.6

**URL:** https://discuss.elastic.co/t/multiple-pipelines-on-logstash-6-6/172528
**Category:** Logstash
**Created:** [March 15, 2019, 12:43pm UTC](https://discuss.elastic.co/t/multiple-pipelines-on-logstash-6-6/172528 "2019-03-15T12:43:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RafaelMontesinos](https://avatars.discourse-cdn.com/v4/letter/r/0ea827/32.png) [@RafaelMontesinos](https://discuss.elastic.co/u/RafaelMontesinos)
#### Post date: [March 15, 2019, 12:43pm UTC](https://discuss.elastic.co/t/multiple-pipelines-on-logstash-6-6/172528/1 "2019-03-15T12:43:37Z")

</div>

Regards  
I have a problem when starting an instance of **Logstash 6.6** with multiple pipelines, each pipeline will query an **Oracle** DB, these queries will generate a set of JSON data that will be showed at **Kibana** in a Dashboard. Each of these data pipelines separately works fine, but I need to converge all information. For this I want to take advantage of the utility of multiple pipelines in a single instance of Logstash that since version 6.x exists.

The logstash.yml contains:  
xpack.monitoring.enabled: true  
xpack.monitoring.elasticsearch.url: "[https://localhost:9200](https://localhost:9200)"  
xpack.monitoring.elasticsearch.sniffing: true  
xpack.monitoring.collection.interval: 10s  
xpack.monitoring.collection.pipeline.details.enabled: true

pipelines.yml contains:  
- pipeline.id:PROSEM\_DEMANDA\_5\_ANNO  
pipeline.workers: 1  
pipeline.output.workers: 1  
pipeline.batch.size: 1  
queue.type: memory  
path.config: "config/pipelines/v\_prosem\_CAB\_demanda\_anno.cfg"  
- pipeline.id:PROSEM\_CONTRATACIONES\_5\_ANNO  
pipeline.workers: 2  
pipeline.output.workers: 2  
pipeline.batch.size: 1  
queue.type: memory  
path.config: "config/pipelines/v\_prosem\_cab\_contr.cfg"

the log spits the following error:

```
[2019-03-15T12:36:57,854][ERROR][org.logstash.Logstash] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2019-03-15T12:37:16,991][FATAL][logstash.runner] An unexpected error occurred! {:error=&gt;#&lt;ArgumentError: Setting "" hasn't been registered&gt;, :backtrace=&gt;["C:/elk/logstash/logstash-core/lib/logstash/settings.rb:36:in `get_setting'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:69:in `set_value'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:88:in `block in merge'", "org/jruby/RubyHash.java:1343:in `each'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:88:in `merge'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:137:in `validate_all'", "C:/elk/logstash/logstash-core/lib/logstash/runner.rb:278:in `execute'", "C:/elk/logstash/vendor/bundle/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/command.rb:67:in `run'", "C:/elk/logstash/logstash-core/lib/logstash/runner.rb:237:in `run'", "C:/elk/logstash/vendor/bundle/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/command.rb:132:in `run'", "C:\\elk\\logstash\\lib\\bootstrap\\environment.rb:73:in `&lt;main&gt;'"]}
[2019-03-15T12:37:17,006][ERROR][org.logstash.Logstash] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2019-03-15T12:37:36,625][FATAL][logstash.runner] An unexpected error occurred! {:error=&gt;#&lt;ArgumentError: Setting "" hasn't been registered&gt;, :backtrace=&gt;["C:/elk/logstash/logstash-core/lib/logstash/settings.rb:36:in `get_setting'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:69:in `set_value'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:88:in `block in merge'", "org/jruby/RubyHash.java:1343:in `each'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:88:in `merge'", "C:/elk/logstash/logstash-core/lib/logstash/settings.rb:137:in `validate_all'", "C:/elk/logstash/logstash-core/lib/logstash/runner.rb:278:in `execute'", "C:/elk/logstash/vendor/bundle/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/command.rb:67:in `run'", "C:/elk/logstash/logstash-core/lib/logstash/runner.rb:237:in `run'", "C:/elk/logstash/vendor/bundle/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/command.rb:132:in `run'", "C:\\elk\\logstash\\lib\\bootstrap\\environment.rb:73:in `&lt;main&gt;'"]}
[2019-03-15T12:37:36,625][ERROR][org.logstash.Logstash] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

```

I have checked the way to tell the attribute path.config: "config/pipelines/v\_prosem\_cab\_contr.cfg" on **Windows** 😫 systems as I see at : [Logstash Multiple Pipelines Doesn't work](https://discuss.elastic.co/t/logstash-multiple-pipelines-doesnt-work/110251)

All help is welcome thank you in advance

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 12, 2019, 12:43pm UTC](https://discuss.elastic.co/t/multiple-pipelines-on-logstash-6-6/172528/2 "2019-04-12T12:43:39Z")

</div>

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