Hi,
I'd like to use the central pipeline functionality to create logstash pipelines on the fly, but it seems like I need to pre determine the different ids of the configs I'd like to run in an array xpack.management.pipeline.id: ["script1","script2","script3"]
.
Is there a way that I can have a flexible pipeline management with dynamic pipeline ids?