Aggregate

Aggregation is a computation where the values of multiple rows are grouped together to form a single summary value.

XMPro provides a convenient Transformation that can be used to achieve this easily in a Data Stream. The Agent allows you to aggregate a set of data (e.g. average, min, max, etc) in a window of time.

This is useful when your data consists of individual events that should be aggregated. The Agent will use a window to buffer these events, group them by the specified column(s), and perform the aggregations so that the outgoing payload is a single event per identifier.

Details for an example and its configuration can be found in the How to Use section.

Pre-requisites

None at this time

Download

NameLink

Aggregate Transformation v3.15

Please contact XMPro if you're looking for an older version of this Agent.

Last updated