O Serviço do BranchCache inicializou um evento

Microsoft.Windows.BranchCache.ServerSideServiceBase.Performance.ServiceStartedEvent (Rule)

Esta regra coleta os eventos de inicialização do serviço BranchCache usados para determinar quando os valores do contador de desempenho devem ser reiniciados no momento da agregação.

Knowledge Base article:

Summary

This rule collects the BranchCache service startup events that are used to determine when the performance counter values should be reset when aggregating.

Element properties:

TargetMicrosoft.Windows.BranchCache.Windows7Server
CategoryEventCollection
EnabledTrue
Event_ID1
Event SourceMicrosoft-Windows-BranchCache
Alert GenerateFalse
RemotableTrue
Event LogMicrosoft-Windows-BranchCache/Operational

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.Windows.BranchCache.ServerSideServiceBase.Performance.ServiceStartedEvent" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.BranchCache.Windows7Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Windows-BranchCache/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-BranchCache</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>