aggregates
property. Each function definition includes the function type, source fields, target fields, and additional parameters as needed for the function type. Specifically, each function takes the following properties (unless otherwise noted); additional parameters are noted in the function descriptions below.
- type: the function type.
- sourceFields: the list of fields from source events. Data will be retrieved from these fields as inputs to the function.
- targetField: the name of the target field where the aggregated result will be stored.
- params: any additional parameters for the specific function type, as described below.