ContainerServiceLog 表的查询

在 ContainerServiceLog 中查找

在 ContainerServiceLog 中查找以在 ContainerServiceLog 表中搜索特定值。/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.
ContainerServiceLog
| where * contains tostring(SearchValue)
| take 1000