Recopilador de datos de eventos

Microsoft.SystemCenter.DataWarehouse.CollectEventData (Rule)

Esta regla recopila todos los datos de eventos publicados (en el canal predeterminado) para la recopilación de almacenamiento de datos (en el almacén predeterminado)

Knowledge Base article:

Resumen

Esta regla recopila todos los datos de eventos publicados (en el canal predeterminado) para la recopilación de almacenamiento de datos (en el almacén predeterminado)

Causas

Esta sección no se aplica a las reglas de recopilación de eventos.

Soluciones

No hay ninguna resolución que realizar para las reglas de recopilación de eventos, ya que no generan estados ni alertas.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProvider Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.EventDataWriterDefaultRouting Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectEventData" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" DiscardLevel="60" Remotable="true" Priority="Normal">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProvider">
<DropItems>true</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.EventDataWriterDefaultRouting" Target="Microsoft.SystemCenter.DataWarehouseConnectorServer">
<BulkInsertBatchSize>1000</BulkInsertBatchSize>
<MaxBatchesToProcessBeforeMaintenanceCount>50</MaxBatchesToProcessBeforeMaintenanceCount>
<MaxExecutionAttemptCount>0</MaxExecutionAttemptCount>
<ExecutionAttemptTimeoutIntervalSeconds>0</ExecutionAttemptTimeoutIntervalSeconds>
</WriteAction>
</WriteActions>
</Rule>