Forum Discussion
Rayen
Jan 13, 2025Copper Contributor
Query to Fetch Sentinel Admin Activities from Sentinel
Hello, I would like to know if there is a specific query available to fetch Sentinel admin activities directly from Sentinel itself. Thank you!
- Jan 14, 2025
Does this work for you?
AzureActivity | where CategoryValue == "Administrative" | where OperationNameValue has "MICROSOFT.OPERATIONALINSIGHTS"
SteveBostedor
Microsoft
Jan 14, 2025Does this work for you?
AzureActivity
| where CategoryValue == "Administrative"
| where OperationNameValue has "MICROSOFT.OPERATIONALINSIGHTS"