Pipeline only work on "all messages" stream

pipeline only works on “all messages” stream but not on other streams. What could be the reason?

I have a simple one stage pipeline with only one simple rule as following

rule "pipeline tester"
when
    true
then
    rename_field(old_field:"source", new_field:"origin");
end

When I connect this pipeline to all message it works but when I connect it to the new stream I’ve created it stops working and throughput remains 0.

what am I missing?

the field source is mandatory, if the pipeline did not work, you might have entries in your server.log.

he field source is mandatory,

yes, it create a new field with the new name and the source field stays intact.

if the pipeline did not work, you might have entries in your server.log.

I’ll double check.

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