Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.MPAuthoringConsole.Template.Rule.GenericLogAlert

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet" TypeDefinitionID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GenericLogAlert">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet.PageReference1" PageID="Microsoft.SystemCenter.MPAuthoringConsole.HealthNamePage" Usage="CreationAndUpdate"/>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet.PageReference2" PageID="AppLog!System.ApplicationLogDataSourcePage" Usage="CreationAndUpdate">
<InputParameters>
<ShowLogFilePattern>true</ShowLogFilePattern>
<ShowLogFileType>false</ShowLogFileType>
<ShowLogFileUTF8>true</ShowLogFileUTF8>
<ShowLogFileSeparator>false</ShowLogFileSeparator>
</InputParameters>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet.PageReference3" PageID="System!System.ExpressionBuilderPage" Usage="CreationAndUpdate">
<InputParameters>
<DataType>System.ApplicationLog.GenericLogEntryData</DataType>
</InputParameters>
<InputTransform>
<xsl:stylesheet version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:copy-of select="/Expression"/>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.GerericLogAlert.PageSet.PageReference4" PageID="Health!System.Health.GenerateAlertModuleConfigPage" Usage="CreationAndUpdate"/>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/ID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/Target"/>
<xsl:copy-of select="/Category"/>
<xsl:copy-of select="/LocaleID"/>
<xsl:element name="LogFileDirectory">
<xsl:value-of select="/LogFileDirectory[1]"/>
</xsl:element>
<xsl:element name="LogFilePattern">
<xsl:value-of select="/LogFilePattern[1]"/>
</xsl:element>
<xsl:element name="LogIsUTF8">
<xsl:value-of select="/LogIsUTF8[1]"/>
</xsl:element>
<xsl:element name="Expression">
<xsl:copy-of select="/Expression[1]/*"/>
</xsl:element>
<xsl:copy-of select="/Priority"/>
<xsl:copy-of select="/Severity"/>
<xsl:copy-of select="/AlertName"/>
<xsl:copy-of select="/AlertDescription"/>
<xsl:copy-of select="/AlertOwner"/>
<xsl:copy-of select="/AlertParameters"/>
<xsl:copy-of select="/Suppression"/>
<xsl:copy-of select="/Custom1"/>
<xsl:copy-of select="/Custom2"/>
<xsl:copy-of select="/Custom3"/>
<xsl:copy-of select="/Custom4"/>
<xsl:copy-of select="/Custom5"/>
<xsl:copy-of select="/Custom6"/>
<xsl:copy-of select="/Custom7"/>
<xsl:copy-of select="/Custom8"/>
<xsl:copy-of select="/Custom9"/>
<xsl:copy-of select="/Custom10"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>