Query's voor de tabel ContainerLogV2

Zoeken in ContainerLogv2

Zoek in ContainerLogV2 om te zoeken naar een specifieke waarde in de tabel ContainerLogV2./nOpmerk dat voor deze query de <parameter SeachValue> moet worden bijgewerkt om resultaten te produceren

// 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