Windowing streams on Vector? #13055
-
I have worked with Kafka Streams in the past where I have been able to define a rolling time window in which to do transformations/filters/aggregations. Is something similar possible on Vector? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @igr001-galactica ! The |
Beta Was this translation helpful? Give feedback.
Hi @igr001-galactica !
The
reduce
transform does operate sort of like that, to collapse multiple logs into one based on conditions (like time), but generally Vector doesn't have great support for rolling window aggregation like that yet. It is something we are thinking about though. For example: #1329