Hi,
is it possible to use local defined Pipelines and Managed Pipelines together?
In my case, I want to define the Output Pipeline locally, because it is dynamically generated by Puppet.
So in case of User or URL Updates it is updated automatically.
I want to define Inputs and Filters over Kibana and use Pipeline to Pipeline Communication to send Events to the Output Pipeline.
I already tried using both together, but when I set xpack.management.enabled to true, it ignores locally created Pipelines.
As soon as i disable this Parameter, Logstash loads Pipelines from the pipelines.yml.
Is this even possible or do I have to manage all Pipelines over Kibana when xpack.management.enabled is set to true?