Microsoft Sentinel 的 Dynatrace 問題連接器
此連接器會使用 Dynatrace 問題 REST API 將問題事件內嵌至 Microsoft Sentinel Log Analytics
這是自動產生的內容。 如需變更,請連絡解決方案提供者。
連線 or 屬性
連線 or 屬性 | 描述 |
---|---|
Log Analytics 數據表(s) | {{graphQueriesTableName}} |
數據收集規則支援 | 目前不支援 |
支援者: | Dynatrace |
查詢範例
所有問題事件
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
| take 10
所有開啟的問題事件
DynatraceProblems
| summarize arg_max(EndTime, *) by ProblemId
| where isnull(EndTime) or Status == "OPEN"
| take 10
錯誤問題事件
DynatraceProblems
| where SeverityLevel == "ERROR"
| summarize arg_max(StartTime, *) by ProblemId
| take 10
可用性問題事件
DynatraceProblems
| where SeverityLevel == "AVAILABILITY"
| summarize arg_max(StartTime, *) by ProblemId
| take 10
效能問題事件
DynatraceProblems
| where SeverityLevel == "PERFORMANCE"
| summarize arg_max(StartTime, *) by ProblemId
| take 10
依影響層級計算問題事件
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
| summarize count() by ImpactLevel
| take 10
依嚴重性層級計算問題事件
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
| summarize count() by SeverityLevel
| take 10
必要條件
若要與 Dynatrace 問題整合,請確定您有:
- Dynatrace 租使用者(例如 xyz.dynatrace.com):您需要有效的 Dynatrace 租使用者,以深入瞭解 Dynatrace 平台 開始免費試用。
- Dynatrace 存取令牌:您需要 Dynatrace 存取令牌,令牌應該有讀取問題(problems.read) 範圍。
廠商安裝指示
Microsoft Sentinel 的 Dynatrace 問題事件
請遵循 這些指示 來產生存取令牌。
下一步
如需詳細資訊,請移至 Azure Marketplace 中的相關解決方案 。