alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
61 stars 15 forks source link

Syslogs and performance counters are not being collected #2273

Closed craddm closed 1 week ago

craddm commented 2 weeks ago

The current supported method of collecting syslogs and performance counters from VMs is to use data collection rules to funnel the data from Azure Monitoring Agent (AMA data collection).

We setup our data collection rules and endpoints according to the latest guidance, but the data is not being collected.

An alternative is to use diagnostic settings, which do successfully collect data when set up through the portal - https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings

JimMadge commented 2 weeks ago

So, diagnostic settings are not part of the 'new' logging solution?

We can create diagnostic settings with pulumi azure-native.

JimMadge commented 2 weeks ago

Is there a workaround we could put in the docs immediately?