- Microsoft Operations Management Suite Cookbook
- Chiyo Odika
- 190字
- 2021-08-27 20:22:16
There's more...
When the criteria defined in an alert rule is matched by the results of the search query, then an alert record is created. These records are stored as events in the Alert table in the OMS repository and are of type alert. Alert records created by alert rules in Log Analytics have a SourceSystem property value of OMS. This can be used to distinguish them from alert records from other sources, such as SCOM and the Alert Management solution.
You can use this query to find alert records in your workspace:
Alert
| summarize count () by SourceSystem
This query aggregates the content of the Alert table and returns the count of alert records by the SourceSystem property:

You can view the properties of an alert record generated by a Log Analytics alert rule by specifying the OMS SourceSystem value in your search query:
Alert
| where SourceSystem == "OMS"
In the resulting field, click the [+] show more button to expand the result view for one of the alert records. This will display all of the alert record properties and corresponding property values:

- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 發布!設計與部署穩定的分布式系統(第2版)
- Linux實戰
- Linux從零開始學(視頻教學版)
- Haskell Financial Data Modeling and Predictive Analytics
- Windows Server 2012 Hyper-V Cookbook
- Android物聯網開發細致入門與最佳實踐
- Learning Magento 2 Administration
- 計算機系統的自主設計
- 分布式高可用架構之道
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- 電腦辦公(Windows 7+Office 2016)入門與提高
- 大規模Linux集群架構最佳實踐:如何管理上千臺服務器
- Getting Started with Citrix XenApp 6.5
- Administering ArcGIS for Server