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!
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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.