| | MP | Module Type | Description | Input Data Type (s) | Output Data Type | XSD |
|
| System | System.ExpressionFilter | Filters data based on an expression | System.BaseData | System.BaseData | XSD |
|
| System | System.Event.GenericDataMapper | Maps any data type to event data | System.BaseData | System.Event.Data | XSD |
|
| System | System.Discovery.ClassSnapshotDataMapper | Maps any data type to discovery data | System.BaseData | System.Discovery.Data | XSD |
|
| System | System.Discovery.FilteredClassSnapshotDataMapper | Maps any data type to class discovery data and filters based on an expression | System.BaseData | System.Discovery.Data | XSD |
|
| System | System.Discovery.RelationshipSnapshotDataMapper | Maps any data type to relationship discovery data | System.BaseData | System.Discovery.Data | XSD |
|
| System | System.SchedulerFilter | Filters data based on a schedule | System.BaseData | System.BaseData | XSD |
|
| System | System.ConsolidatorCondition | Consolidates incoming data | System.BaseData | System.ConsolidatorData | |
|
| System | System.Correlator | Correlates two incoming data types based on a correlation condition | System.BaseData (x2) | System.CorrelatorData | |
|
| System | System.CorrelatorCondition | Correlates two incoming data types based on a correlation condition and then filters data based on expression | System.BaseData (x2) | System.CorrelatorData | |
|
| System | System.CorrelatorAutoCondition | Correlates two incoming data types based on a correlation condition - usual params set | System.BaseData (x2) | System.CorrelatorData | |
|
| System | System.TimerCondition | Outputs a trigger after arrival of some data and some interval specified | System.BaseData | System.TriggerData | XSD |
|
| Perf | System.Performance.OptimizedCollectionFilter | Optimizes performance data | System.Performance.Data | System.Performance.Data | XSD |
|
| Perf | System.Performance.DataGenericMapper | Maps any data type to performance data | System.Performance.Data | System.Performance.Data | XSD |
|
| Perf | System.Performance.DeltaValueCondition | Generates delta in value of perf data over number of samples | System.Performance.Data | System.Performance.Data | XSD |
|
| Perf | System.Performance.AveragerCondition | Generates an average performance data value over a number of samples | System.Performance.Data | System.Performance.Data | XSD |
|
| Perf | System.Performance.ConsecutiveSamplesCondition | Checks whether a series of samples is over or under a threshold | System.Performance.Data | System.Performance.Data | XSD |
|
| Perf | System.Performance.SimpleThresholdCondition | Checks whether a sample is over or under a threshold | System.Performance.Data | System.Performance.Data | XSD |