User Profile
cryptoSHA
Copper Contributor
Joined May 09, 2022
User Widgets
Recent Discussions
Office365 Unified Audit log bring into an Azure Log Analytics Workspace
Hi, the task is simple I guess, but somehow I'm failing to find the information I need. I would like to ingest Oiffce365 telemetry (unified audit logs and whatever else is there) into my Log Analytics workspace. How can I achieve it? What table is the data stored in ? Anyone ? Thanks for your assistance !7.3KViews0likes4Commentsget a table of all tables across x number of log analytics workspaces
Hi, I have ~20 Log Analytics workspaces and would like to create a query that would basically return my a table that would look like this: 'workspace_name' |'tables' ---------------------------------------------------- workspace 1 | ActivityLog, Perf, Event ---------------------------------------------------- workspace 2 | SecurityEvent, Perf, Update Basically list all the workspaces and the tables in them. What I have right now is this: union withsourcce= table * | where TimeGenerated > ago(1d) | summerize Size = sum(_BilledSize) by table | project ['Table Name'] = table This returns the tables in a given workspace, but I don't know how to achieve the above. Any advice is welcome !4.5KViews0likes1Comment
Recent Blog Articles
No content to show