Sdílet prostřednictvím


Dotazy na tabulku KubeMonAgentEvents

Najít v KubeMonAgentEvents

Vyhledejte v KubeMonAgentEvents konkrétní hodnotu v tabulce KubeMonAgentEvents./nPoznámka, že tento dotaz vyžaduje aktualizaci parametru <SeachValue> , aby se získaly výsledky.

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