Forum Discussion

JACK_LAI_1117's avatar
JACK_LAI_1117
Copper Contributor
Jun 15, 2020
Solved

how can I use this result to alert me

In azure logs , I use this to get my linux server disk usage    Perf |where TimeGenerated > ago(3min) | where ObjectName == "Logical Disk" // the object name used in Linux records | where Counter...