Microsoft.IntelligencePacks.Update.EventLogDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Mapper ConditionDetection Microsoft.SystemCenter.LinkedEventMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.IntelligencePacks.Update.EventLogDataProvider" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogName" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>$Config/LogName$</LogName>
<Expression/>
</DataSource>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.LinkedEventMapper">
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SCLibrary!Microsoft.SystemCenter.Event.LinkedData</OutputType>
</DataSourceModuleType>