User Profile
John_Barbare
Microsoft
Joined 6 years ago
User Widgets
Recent Discussions
Re: What Logs To Monitor For Initial Sentinel Onboard
I would start with the free connectors first - - Azure Active Directory Identity Protection - Alerts - Azure Activity - Azure Defender - Alerts - Microsoft Cloud App Security - Alerts - Microsoft Defender for Endpoint - Alerts - Microsoft Defender for Office - Alerts - Office 365 Activity - Admin and audit logs (SharePoint, Exchange, OneDrive, Teams) If you use the paid connectors next, use this query to keep track and stay under budget: //Billable data volume by data type Usage | where TimeGenerated > ago(32d) | where StartTime >= startofday(ago(31d)) and EndTime < startofday(now()) | where IsBillable == true | summarize BillableDataGB = sum(Quantity) / 1000. by bin(StartTime, 1d), DataType | render barchart1.4KViews1like0Comments