Generic Event Data Mapper

Microsoft.SystemCenter.CM.EventMapperWA (WriteActionModuleType)

This write-action module can be used to map any data item to event data based on configuration.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
EvtMapperPA ProbeAction Microsoft.SystemCenter.CM.EventMapperPA Default
EventWA WriteAction Microsoft.SystemCenter.EventWriter Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CM.EventMapperWA" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.EventMapperConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Event" type="EventMapperConfigType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.EventMapperPA" ID="EvtMapperPA">
<Event>$Config/Event$</Event>
</ProbeAction>
<WriteAction TypeID="SC!Microsoft.SystemCenter.EventWriter" ID="EventWA"/>
</MemberModules>
<Composition>
<Node ID="EventWA">
<Node ID="EvtMapperPA"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>