Microsoft.SystemCenter.RuleTemplates.GenericLogAlert.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.RuleTemplates.GenericLogAlert

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.RuleTemplates.GenericLogAlert.PageSet" TypeDefinitionID="Microsoft.SystemCenter.RuleTemplates.GenericLogAlert">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.GenericLogAlert.PageSet.PageReference1" PageID="Microsoft.SystemCenter.RuleTemplates.RuleGeneralPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Category">
<xsl:copy>Alert</xsl:copy>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.GenericLogAlert.PageSet.PageReference2" PageID="AppLog!System.ApplicationLogDataSourcePage" Usage="CreationOnly">
<InputParameters>
<ShowLogFilePattern>true</ShowLogFilePattern>
<ShowLogFileType>false</ShowLogFileType>
<ShowLogFileUTF8>true</ShowLogFileUTF8>
<ShowLogFileSeparator>false</ShowLogFileSeparator>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.GenericLogAlert.PageSet.PageReference3" PageID="System!System.ExpressionBuilderPage" Usage="CreationOnly">
<InputParameters>
<DataType>System.ApplicationLog.GenericLogEntryData</DataType>
</InputParameters>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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.RuleTemplates.GenericLogAlert.PageSet.PageReference4" PageID="Health!System.Health.GenerateAlertModuleConfigPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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="/Enabled"/>
<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>