Microsoft.Windows.EventCollectorPageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.Windows.EventCollector

Source Code:

<UIPageSet ID="Microsoft.Windows.EventCollectorPageSet" TypeDefinitionID="Microsoft.Windows.EventCollector">
<UIPageReferences>
<UIPageReference ID="Microsoft.Windows.EventCollectorPageSet.Reference1" PageID="Microsoft.Windows.EventLogNamePage">
<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="/ComputerName"/>
<xsl:copy-of select="/LogName"/>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.EventCollectorPageSet.Reference2" PageID="System!System.ExpressionBuilderPage">
<InputParameters>
<DataType>System.Event.Data</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>
</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:copy-of select="/ComputerName"/>
<xsl:copy-of select="/LogName"/>
<xsl:element name="AllowProxying">false</xsl:element>
<xsl:copy-of select="/Expression"/>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>