This rule discovers SQL Server DB Engines on Windows (Agentless).
This rule discovers SQL Server DB Engine on Windows (Agentless).
Name | Description | Default Value |
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. |
|
Timeout (seconds) | Specifies the time the workflow is allowed to run before being closed and marked as failed. | 300 |
Timeout for query execution (seconds) | The workflow will fail and register an event, if the query execution takes longer than the specified period. | 60 |
Timeout for database connection (seconds) | The workflow will fail and register an event, if it cannot access the database during the specified period. | 15 |
Target | Microsoft.SQLServer.Windows.DBEngineSeed |
Enabled | True |
Frequency | 14400 |
Remotable | False |
Discovered Classes and their attribuets: |
---|
Discovered relationships and their attribuets: |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DS | DataSource | Microsoft.SQLServer.Windows.DataSource.DBEngineDiscovery | Default |
<Discovery ID="Microsoft.SQLServer.Windows.Discovery.DBEngine" Target="Microsoft.SQLServer.Windows.DBEngineSeed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Windows.DBEngine"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.Windows.DBEngineSeedContainsDBEngine"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.Windows.DataSource.DBEngineDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<SqlExecTimeoutSeconds>60</SqlExecTimeoutSeconds>
<SqlTimeoutSeconds>15</SqlTimeoutSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<MachineName>$Target/Property[Type="Microsoft.SQLServer.Windows.DBEngineSeed"]/MachineName$</MachineName>
<NetbiosComputerName>$Target/Property[Type="Microsoft.SQLServer.Windows.DBEngineSeed"]/MachineName$</NetbiosComputerName>
<InstanceName>$Target/Property[Type="Microsoft.SQLServer.Windows.DBEngineSeed"]/InstanceName$</InstanceName>
<ConnectionString>$Target/Property[Type="Microsoft.SQLServer.Windows.DBEngineSeed"]/ConnectionString$</ConnectionString>
</DataSource>
</Discovery>