Multiple Pipelines and stdout

Hey there I'm dealing with the following problem:
Í have multiple pipelines defined, in each config file there is a rubydebug output to the console (stdout). When I run those in a multiple Pipeline, none is shown in console. How can I handle that? Do I have to redirect the stdout to a file output?

My Pipelines.yml looks like:

pipeline.id: pipe_1
pipeline.workers: 1
path.config: "config1.conf"
pipeline.id: pipe_2
pipeline.workers: 1
path.config: "config2.conf"
pipeline.id: pipe_3
pipeline.workers: 1
path.config: "config3.conf"

And my config files look like:
[...]
elasticsearch
{
[...] # this code works fine
}

stdout
{
codec => rubydebug{} # this code doesn't appear anywhere
}

Thanks so far,

Markus

############################################

UPDATE:

The problem has solved itself, only the first output from the scheduled jdbc qry was not displayed.

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