Dotazy pro tabulku KubeEvents

Události Kubernetes

Seznamy všechny události Kubernetes.

KubeEvents
| where TimeGenerated > ago(7d) 
| where not(isempty(Namespace))
| top 200 by TimeGenerated desc

Najít v KubeEvents

V části KubeEvents vyhledejte konkrétní hodnotu v tabulce KubeEvents./nPoznáme, ž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.
KubeEvents
| where * contains tostring(SearchValue)
| take 1000