Skip to content

Commit

Permalink
Merge pull request #890 from denver-reed/arc-monitoring
Browse files Browse the repository at this point in the history
Added ARG query for "Design a monitoring strategy to send metrics and logs to an Log Analytics workspace" in azure_arc_checklist.en.json
  • Loading branch information
erjosito authored Oct 23, 2024
2 parents 3b294b2 + 8536471 commit 474b712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checklists/azure_arc_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"text": "Design a monitoring strategy to send metrics and logs to an Log Analytics workspace",
"guid": "74d1102c-ac6a-4ae0-8e6a-84de5df47d2d",
"severity": "Medium",
"graph": "resources | where type =~ 'microsoft.hybridcompute/machines' | project id, arcMachineName = name | join kind=leftouter (resources | where type == 'microsoft.hybridcompute/machines/extensions' | where name contains 'azuremonitor' | extend baseIdParts = split(id, '/extensions/') | extend extensionMachineId = tostring(baseIdParts[0]) | project extensionMachineId, extensionId = id) on $left.id == $right.extensionMachineId | extend compliant = isnotempty(extensionMachineId) | project id, compliant",
"link": "https://learn.microsoft.com/azure/azure-monitor/agents/log-analytics-agent#data-collected"
},
{
Expand Down

0 comments on commit 474b712

Please sign in to comment.