Application events delivery DataSource

Microsoft.SystemCenter.Apm.LobDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeMicrosoft.SystemCenter.Apm.LobDataType

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.Apm.LobDatasource Default
Aliasing ConditionDetection Microsoft.SystemCenter.Apm.AliasingHiddenRulesTransform Default
AppNameFilter ConditionDetection Microsoft.SystemCenter.Apm.ApplicationNameFilter Default
AspectFilter ConditionDetection Microsoft.SystemCenter.Apm.EventAspectFilter Default
EventFilter ConditionDetection Microsoft.SystemCenter.Apm.EventClassFilter Default
LightEventExclusionFilter ConditionDetection Microsoft.SystemCenter.Apm.LightEventExclusionFilter Default
LobMapper ConditionDetection Microsoft.SystemCenter.Apm.LobMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.LobDataProvider" Batching="false" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AspectType" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="AI!Microsoft.SystemCenter.Apm.LobDatasource"/>
<ConditionDetection ID="Aliasing" TypeID="AI!Microsoft.SystemCenter.Apm.AliasingHiddenRulesTransform"/>
<ConditionDetection ID="EventFilter" TypeID="Microsoft.SystemCenter.Apm.EventClassFilter"/>
<ConditionDetection ID="AppNameFilter" TypeID="Microsoft.SystemCenter.Apm.ApplicationNameFilter">
<Name>$Config/Name$</Name>
</ConditionDetection>
<ConditionDetection ID="LightEventExclusionFilter" TypeID="Microsoft.SystemCenter.Apm.LightEventExclusionFilter"/>
<ConditionDetection ID="LobMapper" TypeID="AI!Microsoft.SystemCenter.Apm.LobMapper"/>
<ConditionDetection ID="AspectFilter" TypeID="Microsoft.SystemCenter.Apm.EventAspectFilter">
<AspectType>$Config/AspectType$</AspectType>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="AspectFilter">
<Node ID="LobMapper">
<Node ID="LightEventExclusionFilter">
<Node ID="AppNameFilter">
<Node ID="EventFilter">
<Node ID="Aliasing">
<Node ID="DataSource"/>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>AI!Microsoft.SystemCenter.Apm.LobDataType</OutputType>
</DataSourceModuleType>