Hello ShaktiSingh-MSFT ,
I am creating a new SQL MI instance and I will send a response.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm trying to send SQL MI audit logs to log analytics. I've followed the steps here https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/auditing-configure?view=azuresql
and here
and here
SQL MI is sending diagnostic logs including audit logs to log analytics.
What am I missing that I don't see the action groups?
Audit server state is set to "On"
Hello ShaktiSingh-MSFT ,
I am creating a new SQL MI instance and I will send a response.
@SSingh-MSFT I can the commands but one failed and I am unable to restart SQL MI. I am able to see databases created and dropped in the logs but the data going into the logs is inconsistent.
Error message - Msg 5869, Level 16, State 1, Procedure sp_configure, Line 166
Changes to server configuration option common criteria compliance enabled are not supported in SQL Database Managed Instances.
Here is the SQL I ran
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'common criteria compliance enabled', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
@SSingh-MSFT , finally got the Audit logs flowing. Even though I had the server and database specification setup I needed to stop and restart the Audit Server. Another issue was I needed to add database specifications.
Thank you for your support.