-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for Azure Diags to support CategoryGroups #40
base: master
Are you sure you want to change the base?
Conversation
@JimGBritt Looks like with Category Groups, all categories need to be selected for a policy to be considered compliant. Steps to reproduce:
Observations: Looks like for Automation Account, both Automation Account Diagnostic Settings Policy compliance failure reason Policy is only compliant when both category groups are selected. |
Will investigate. This is the shift from categories (logs) to CategoryGroups (all logs). The compliance state has to do with that. Thanks for raising. |
Update - logic fixed and will be making an update to the PR once some other pieces are remediated in the platform. Huge thanks for leaning in and raising this initially so quickly. |
One other bug will be fixed which has to do with the addition of the proxy resources for Storage - on export they are not deduplicated, so we end up with multiples. This is something in the logic due to how the others are dynamically checked and storage proxies are manually added. Will be fixed on the next update of PR. |
This has been resolved in the latest update to the PR. Still pending merging till things are ready on the backend. |
My tests all passed @JimGBritt. We should add a note that moving from Category to Category Groups requires existing diag. settings to be updated, otherwise resources will show as non-compliant. My scenarios:
When customers move to allLogs category group, there is a mass remediation that needs to take place to realign config w/ policy conditions.
|
@JimGBritt, I think we found another scenario where RSV is used for Backup and Site Recovery. For Backup, the logs need to go to a Reference: https://docs.microsoft.com/en-us/azure/backup/backup-azure-diagnostic-events Credit: @ghostme for finding this discrepancy. |
No description provided.