Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filter panel fields

Description

Planned timeoutSession creation

Select from the dropdown list or select Custom and enter the from and to dates and times.

Session createdPlanned timeout

Select from the dropdown list or select Custom and enter the from and to dates and times.

Fields

Select Use this option to filter by 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 Value of a specific attribute. 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, after selecting the Field, you can choose an Operator 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 filteror you can filter according to Range of values or Is not equal to. In the Script Aggregator Inspect tab filter, you also can select the type of the field (String, Numerical or Boolean).

Tip

Hint!

When you have set a filter, the Filters Applied label is displayed. Click on the Hide filter button to hide the Filter options. 

Note!

The filter function is disabled if there are more than 10,000 sessions in the Inspect tab.

...

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.

Code Block
{"origin":"Data_Aggregator","count":7,"flushType":"TIMEOUT","firstEvent":"2022-04-08T17:35:53.239Z","lastEvent":"2022-04-08T17:38:17.315Z","lastCall":false}

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.