Aggregated Events

When opting to aggregate the events, the core will combine multiple events together rather than sending them to the destination individually. This is useful for systems such as file based ones as it allows you to combine multiple events into a single file. Additionally, you can choose a page size for the aggregated events. This allows control over how many events will be combined into one. For example if you set a page size of 10, and a job creates 50 events, then the aggregation will combine this into 5 events containing 10 of the original events each.

Please be aware that when using aggregation, additional events are created that act as the "parent" event that combine all of the events that are to be aggregated. These additional events are charged for as normal.

Last updated