Skip to content

Commit

Permalink
reference correct LAW (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan authored Oct 6, 2021
1 parent 48ef41a commit d0c4608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": "myAlert01"
},
"workspaceResourceId": {
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourceGroups/artifacts-rg/providers/Microsoft.OperationalInsights/workspaces/myLogAnalytics01"
"value": "/subscriptions/8629be3b-96bc-482d-a04b-ffff597c65a2/resourcegroups/validation-rg/providers/microsoft.operationalinsights/workspaces/adp-sxx-az-la-weu-x-001"
},
"query": {
"value": "Perf | where ObjectName == \"LogicalDisk\" | where CounterName == \"% Free Space\" | where InstanceName <> \"HarddiskVolume1\" and InstanceName <> \"_Total\" | summarize AggregatedValue = min(CounterValue) by Computer, InstanceName, bin(TimeGenerated,5m)"
Expand Down

0 comments on commit d0c4608

Please # to comment.