Skip to content

Commit fb62c03

Browse files
committed
Add pipeline for communication
1 parent 8baaa71 commit fb62c03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

03-test/20-pipeline.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
"extend": "({'bevent': 'event'})",
4444
"calc": "",
4545
"agreg": ""
46+
},
47+
"basic-communication":
48+
{
49+
"filter": "(event['content-type'] == 'text' and event['channel'] == 'xxx')",
50+
"extend": "({'bcommunication': 'communication'})",
51+
"calc": "",
52+
"agreg": ""
4653
}
4754
}
4855
}

0 commit comments

Comments
 (0)