Can pipeline rule call another pipeline?

while pipeline offer great flexible, but it is easy leading to overstaffed. maybe if we can using pipeline to call pipelines can help to simplify pipeline life. beside using streams in tandem, can we call other pipelines in a pipeline?

You can’t directly “call” other pipelines, but you can configure your pipeline to have multiple stages which continue or stop further processing of a message.
:arrow_right: http://docs.graylog.org/en/2.4/pages/pipelines/pipelines.html

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