Microsoft Azure SQL Database Event Log Collection Target Management Service Discovery

Microsoft.SqlServer.Azure.Discovery.EventLogCollectionTargetManagementServiceDiscovery (Discovery)

This discovery rule discovers an event log collection target for a Microsoft Azure SQL Database. This object is used to collect module errors from event logs of management server computers.

Knowledge Base article:

Summary

This discovery rule discovers an event log collection target for a Microsoft Azure SQL Database. This object is used to collect module errors from event logs of management server computers.

Overrideable Parameters

Name

Description

Default Value

Discover

This parameter is used to decide whether the Event Log Collection Target should be added to or removed from the Management Service. By default, inclusion into the Microsoft Azure SQL Monitoring Management Service Pool Group is the criteria.

No

Enabled

Enables or disables the workflow.

Yes

Interval (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Element properties:

TargetMicrosoft.SystemCenter.ManagementService
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SqlServer.Azure.DataSource.EventLogCollectionTargetManagementServerDiscovery Default

Source Code:

<Discovery ID="Microsoft.SqlServer.Azure.Discovery.EventLogCollectionTargetManagementServiceDiscovery" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementService" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SqlServer.Azure.EventLogCollectionTarget"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SqlServer.Azure.DataSource.EventLogCollectionTargetManagementServerDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<HealthServiceId>$Target/Property[Type="SC!Microsoft.SystemCenter.ManagementService"]/HealthServiceId$</HealthServiceId>
<Discover>false</Discover>
</DataSource>
</Discovery>