Dynatrace Problems connector for Microsoft Sentinel
Статия 28.04.2024 г.
1 сътрудник
Обратна връзка
В тази статия
Connector attributes
Query samples
Prerequisites
Vendor installation instructions
Next steps
This connector uses the Dynatrace Problem REST API to ingest problem events into Microsoft Sentinel Log Analytics
This is autogenerated content. For changes, contact the solution provider.
Разширяване на таблица
Connector attribute
Description
Log Analytics table(s)
{{graphQueriesTableName}}
Data collection rules support
Not currently supported
Supported by
Dynatrace
All Problem Events
DynatraceProblems
| summarize arg_max (StartTime, *) by ProblemId
| take 10
All Open Problem Events
DynatraceProblems
| summarize arg_max (EndTime, *) by ProblemId
| where isnull (EndTime) or Status == "OPEN"
| take 10
Error Problem Events
DynatraceProblems
| where SeverityLevel == "ERROR"
| summarize arg_max (StartTime, *) by ProblemId
| take 10
Availability Problem Events
DynatraceProblems
| where SeverityLevel == "AVAILABILITY"
| summarize arg_max (StartTime, *) by ProblemId
| take 10
Performance Problem Events
DynatraceProblems
| where SeverityLevel == "PERFORMANCE"
| summarize arg_max (StartTime, *) by ProblemId
| take 10
Count Problem Events by impact level
DynatraceProblems
| summarize arg_max (StartTime, *) by ProblemId
| summarize count () by ImpactLevel
| take 10
Count Problem Events by severity level
DynatraceProblems
| summarize arg_max (StartTime, *) by ProblemId
| summarize count () by SeverityLevel
| take 10
To integrate with Dynatrace Problems make sure you have:
Dynatrace tenant (ex. xyz.dynatrace.com) : You need a valid Dynatrace Tenant, to learn more about the Dynatrace platform Start your free trial .
Dynatrace Access Token : You need a Dynatrace Access Token, the token should have Read problems (problems.read) scope.
Vendor installation instructions
Dynatrace Problem Events to Microsoft Sentinel
Follow these instructions to generate an access token.
For more information, go to the related solution in the Azure Marketplace.