Forum Discussion
rudub
Apr 17, 2019Copper Contributor
OMS query is showing "no Result Found"
Hi All,
I have deployed Storage analysis solution from Github: "https://github.com/Azure/azure-quickstart-templates/tree/master/oms-azure-storage-analytics-solution"
While checking the storage capacity chart the query is showing no result.
Here is the default query written in the solution :
AzureStorage_CL
| where MetricName_s == "MetricsCapacity" and TimeGenerated > ago(1h)
| summarize UsedGB = avg(Capacity_d) by StorageAccount_s
| sort by UsedGB desc
// Oql: Type=AzureStorage_CL MetricName_s=MetricsCapacity TimeGenerated>NOW-1HOUR |measure avg(Capacity_d) as UsedGB by StorageAccount_s
No RepliesBe the first to reply