...
Under More you have the following options:
Action | Description |
---|---|
View |
View or copy the individual session data in JSON format.
Shows you the state of an aggregation session. You can copy the data if required.
Note! These metadata fields can be used when creating custom scripts for aggregated data. See, Metadata, at the bottom of this page for more details. | ||||
Edit Timeout | Edit the timeout date and time on a session before a timeout window has passed. This allows you to change when a timeout will happen before a session gets flushed. | |||
Delete | Delete the session. A warning message and confirmation dialogue will pop up. |
Note!
You cannot delete a solution, stream, or data aggregator function that has active aggregation sessions. You must first delete the aggregation sessions and then delete the functions, streams, and solutions they were a part of.
...
Toolbar buttons
...
Filter
Note!
The filter option is available for up to 10,000 records in the Inspect tab. If function is disabled if there are more than 10,000 records the filter will be disabled. This limit helps to maintain smooth and efficient stream execution in Usage Engine and ensures optimal system performance during large-scale data processing. in the Inspect tab.
Filter panel fields | Description |
---|---|
Planned timeout | Select from the dropdown list or select Custom and enter the from and to dates and times. |
Session created | Select from the dropdown list or select Custom and enter the from and to dates and times. |
Fields | Select the Field and Type of field from the dropdown lists. Depending on the Type of field selected (String, Number, or Boolean) different options will become available. For example, if the Type of field is Number, then the Operator field will appear where you can select the relevant Operator from the dropdown list, like, Less than, Greater than, Equal to etc.. Finally, enter the value(s) of the field - this option will also change depending on the Type of field selected. |
+ Add field | Add up to 5 fields in the filter |
...
Info | ||
---|---|---|
Example- metadata for an aggregated session This example shows a JSON object representing metadata about a Data Aggregator function. It shows an aggregation session, including details about the events processed and how the data was flushed.
|
Property name | Description |
---|---|
origin | This indicates that the data comes from the Data Aggregator component of the stream |
count | Number of aggregated records |
flushType | The reason for the 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 |
lastCall | This indicates that this flush is not the final flush of the stream. There may still be more data to process, and additional flushes will happen later. |