From ae5dc4e9d2d0196b38139469954e1a59f2a85172 Mon Sep 17 00:00:00 2001 From: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:02:59 +0200 Subject: [PATCH] Removed the double kusto reference Removed the double kusto reference --- unified-secops-platform/mto-advanced-hunting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unified-secops-platform/mto-advanced-hunting.md b/unified-secops-platform/mto-advanced-hunting.md index a0e91045ee..8926308f85 100644 --- a/unified-secops-platform/mto-advanced-hunting.md +++ b/unified-secops-platform/mto-advanced-hunting.md @@ -61,8 +61,7 @@ You can run any query that you already have access to in the multitenant managem | project TenantId = WorkspaceID Or, to query multiple workspaces in the same tenant, use a query similar to the following: - - ```kusto + Usage | union workspace("WorkpaceA").Usage | take 10