Join streams on tumbling window #3541
-
Hi, I am trying to build event notification system using eKuiper. I have set up three streams:
I have created a rule to process those messages and output syntetic event in case that telemetry data is missing. Rule has joined these three streams in this way:
The rule is giving output every 10 seconds and it is returning count of telemetry data and network scanner data. When network scanner event occurs in the 10 second window - data is joined correctly and output event looks good. But, what I am trying to accomplish is - when network scanner event didn't occur in 10s window - take the information from the last one that occured. I tried using LAST_VALUE and LATEST functions but without success. Can you please tell me if what I am trying to build here is possible and perhaps point me in right direction. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ZarkoPetrovicZuhlke Could you please check this doc https://ekuiper.org/docs/en/latest/example/data_merge/merge_multi_stream.html? Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @ZarkoPetrovicZuhlke Could you please check this doc https://ekuiper.org/docs/en/latest/example/data_merge/merge_multi_stream.html? Thanks.