The Data Aggregator Function consolidates related records that originate from either a single or multiple sources, into a single record, and and turns it into a more useful format for analysis and decision-making. Related records are grouped into sessions according to the value of their respective fields, and a set of configurable conditions.
...
Field | Description | |||||
---|---|---|---|---|---|---|
Fields | Specify the fields (keys) to be used for grouping aggregated data. If a record has the same values as another record in the selected fields, they will be grouped in the same session.
| |||||
Group based on date/time | Select the checkbox to enable aggregation based on a time period. Specify applicable fields, containing timestamp data, to be used for grouping of aggregation data. Select the Period to group the information by:
Click to add additional grouping criteria based on the time period. |
Note | ||
---|---|---|
| ||
Any change in the Group Fields configuration may result in a new aggregation session, however, the old sessions will still be in the storage. So if you change it back to the previous configuration, the already existing session in the storage (if any) will be used during the aggregation. Refer to the note for more information on the TTL of an aggregation session. |
Aggregate Fields
Anchor | ||||
---|---|---|---|---|
|
...
Property name | Description |
---|---|
count | Number of aggregated records |
flushType | The reason for session being flushed out. Shows any of the values: ALL_FILES, EACH_FILE, TIMEOUT and CONDITION. During preview, the value will be empty. |
firstEvent | Date and time of the first aggregated record in the session |
lastEvent | Date and time of the last aggregated record in the session |
Infonote | ||
---|---|---|
| ||
Licensing Information Some functionality functionality described in this documentation are optional and might not be part of the edition covered by your company's license. |
...