Forum Discussion
Dean_Gross
Nov 01, 2021Silver Contributor
Finding changes to connectors
How can I find out who added or removed a connector in Azure Sentinel. I am not able to find this event in the Azure Activity log. Am I looking in the wrong place?
- Use the following...
AzureActivity
| where OperationNameValue contains "MICROSOFT.SECURITYINSIGHTS/DATACONNECTORS"
| distinct OperationNameValue
1 Reply
- Rod_Trent
Microsoft
Use the following...
AzureActivity
| where OperationNameValue contains "MICROSOFT.SECURITYINSIGHTS/DATACONNECTORS"
| distinct OperationNameValue