Forum Discussion
7cfourie7
Oct 13, 2022Copper Contributor
Free Disk Space Using InsightMetrics
Hi all, I am using the following query to Identify Free Disk space on a VM using Insight Metrics. // Logical disk space % below threshold // Logical disk space % below threshold. let _minVa...
paulojscruz
Mar 27, 2023Copper Contributor
You can filter it, based on logical drive letter, using the following logic:
| where parse_json(Tags).["vm.azm.ms/mountId"] <> "P:"
| where parse_json(Tags).["vm.azm.ms/mountId"] <> "P:"