(사용되지 않음) SDK 이벤트 데이터 수집

Microsoft.SystemCenter.CollectSdkEventData (Rule)

모든 SDK 이벤트 데이터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 Operations Manager에서 내부적으로 사용됩니다. 이 규칙을 재정의하면 예상과 다른 동작이 발생합니다.

Element properties:

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

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectSdkEventData" Comment="this rule collects all event data from the sdk" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SCLibrary!Microsoft.SystemCenter.SdkEventProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>