# CONFIGURED BY ANSIBLE # simply duplicate the stream, we will handle the rest with grep filter [STREAM_TASK] name source-cnx exec CREATE STREAM source.cnx WITH (tag='source.cnx') AS SELECT * from STREAM:haproxy; [STREAM_TASK] name source-ops exec CREATE STREAM source.ops WITH (tag='source.ops') AS SELECT * from STREAM:haproxy;