Pipeline-to-pipeline & "path.config"

hello all!
just a quick question: it seems that, the inter-pipeline communication does not support the path.config parameter.
I could only make it work with config.string.
Any plans to support both config parameters?

Thank you!

still trying to use path.config in my pipeline.xml, but no luck

sorry, false alarm :slight_smile:
I was using "wrong" format for the path.config :

path.config: "DRIVE:/path/to/pipeline-xyz.conf" 

The only error message was:

[ERROR][logstash.config.sourceloader] No configuration found in the configured sources

So, the correct path format in pipelines.yml on windows:

path.config: "DRIVE:\\path\\to\\pipeline-xyz.conf"

or

path.config: "/DRIVE:/path/to/pipeline-xyz.conf"

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