Share via


ContainerLogV2 數據表的查詢

在 ContainerLogv2 中尋找

在 ContainerLogV2 中尋找以搜尋 ContainerLogV2 數據表中的特定值。/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.
ContainerLogV2
| where * contains tostring(SearchValue)
| take 1000