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.

Last updated

Was this helpful?