Secure EventLog Write Action (Base)

Microsoft.ACS.Unix.SecureEventLogWriter.Base (WriteActionModuleType)

Write Action to write to Secure EventLog

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.ACS.Unix.SecureEventLogWriter.Base" Accessibility="Internal" Batching="false" RunAs="System!System.PrivilegedMonitoringAccount">
<Configuration>
<xsd:element name="AgentMachine" type="xsd:string"/>
<xsd:element name="RegExp" type="xsd:string"/>
<xsd:element name="EventType" type="xsd:string"/>
<xsd:element name="EventId" type="xsd:string"/>
<xsd:element name="TimeZoneOffset" type="xsd:string"/>
<xsd:element name="SELEventSource" type="xsd:string"/>
<xsd:element name="BackrefDefaults" type="xsd:string" minOccurs="0"/>
<xsd:element name="BackrefOverrides" type="xsd:string" minOccurs="0"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.CrossPlatform.ACS</Assembly>
<Type>Microsoft.SystemCenter.CrossPlatform.ACS.ACSWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>