Entity state change collector

Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange (Rule)

This rule collects all published (on default channel) entity state change events for Data Warehouse collection (to default store)

Knowledge Base article:

Summary

This rule collects all published (on default channel) entity state change events for Data Warehouse collection (to default store)

Causes

This section is not applicable to event collection rules.

Resolutions

There is no resolution to perform for event collection rules since they do not generate state or alerts.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProvider Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.EntityHealthStateChangeDataWriterDefaultRouting Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" DiscardLevel="30" Remotable="true" Priority="Normal">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProvider">
<DropItems>true</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.EntityHealthStateChangeDataWriterDefaultRouting" Target="Microsoft.SystemCenter.DataWarehouseConnectorServer"/>
</WriteActions>
</Rule>