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