共用方式為


KubeMonAgentEvents 數據表的查詢

在 KubeMonAgentEvents 中尋找

在 KubeMonAgentEvents 中尋找以搜尋 KubeMonAgentEvents 數據表中的特定值。/n 請注意,此查詢需要更新 <SeachValue> 參數以產生結果

// This query requires a parameter to run. Enter value in SearchValue to find in table.
let SearchValue =  "<SearchValue>";//Please update term you would like to find in the table.
KubeMonAgentEvents
| where * contains tostring(SearchValue)
| take 1000