The Combine ESP engine identifies related events in different tracks and creates an output track where the information from all of the tracks is combined into a single output record.
This engine differs from the And engine because:
Configuration Parameter | Description |
---|---|
Input0 | The first input track. The output track contains one record for every record in this track. |
InputN | The names of tracks that contain information that you want to combine with information from the input track specified by Input0. |
LuaLine | A Lua script that determines whether a record from an InputN track is included in the output. |
LuaScript | A Lua script that determines whether a record from an InputN track is included in the output. |
MaxTimeInterval | (Deprecated) The maximum interval from a record in the Input0 track to a record in another track. |
MinTimeInterval | (Deprecated) The minimum interval from a record in the Input0 to a record in another track. |
TimestampCondition | Specifies time limits for matching records, based on the record timestamps. |
Type | The type of ESP engine to use. Set this parameter to Combine . |
This engine produces a single output track, named TaskName.Output
.