Add IntelliTrace as an APM alert attachment rule

Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.Rule (Rule)

This rule converts APM event to IntelliTrace format and creates associated alerts attachments.

Knowledge Base article:

Summary

This rule converts APM event to IntelliTrace format and creates associated alerts attachments. This rule is internal for System Center - Operations Manager and should not be used by other processes.

Element properties:

TargetMicrosoft.SystemCenter.IntelliTraceProfiling.IntelliTraceAttachmentsForApmAlertsSingleton
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentThis rule converts APM event to IntelliTrace format and creates associated alerts attachments

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource Default
WA WriteAction Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlertsWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.Rule" Comment="This rule converts APM event to IntelliTrace format and creates associated alerts attachments" Target="Microsoft.SystemCenter.IntelliTraceProfiling.IntelliTraceAttachmentsForApmAlertsSingleton" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="1">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource">
<ExpirationStartTime>2005-01-01T00:00Z</ExpirationStartTime>
<PollingIntervalMinutes>15</PollingIntervalMinutes>
<LanguageCode>ENU</LanguageCode>
<BatchSize>100</BatchSize>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlertsWriteAction"/>
</WriteActions>
</Rule>