Recolher Dados de Eventos do Serviço de Acesso a Dados

Microsoft.SystemCenter.DataAccessService.CollectSdkEventData (Rule)

Recolhe todos os Dados de Eventos do Serviço de Acesso a Dados

Knowledge Base article:

Resumo

Esta regra é utilizada internamente pelo Operations Manager. As substituições desta regra provocam um comportamento que pode não ser o esperado.

Element properties:

TargetMicrosoft.SystemCenter.ManagementDataAccessServiceGroup
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all event data from the sdk

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.DataAccessService.CollectSdkEventData" Comment="this rule collects all event data from the sdk" Enabled="true" Target="Microsoft.SystemCenter.ManagementDataAccessServiceGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataAccessService.SdkEventProvider">
<GlobalSettingsPropertyId>$MPElement[Name="Microsoft.SystemCenter.ManagementDataAccessServiceGroup"]/SdkDataTimestamp$</GlobalSettingsPropertyId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>