Skip to content

Commit 48dae5e

Browse files
authored
Merge pull request #4427 from MicrosoftDocs/batamig-patch-3
total of query results clarification
2 parents a4c37a8 + 8b5cf1e commit 48dae5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unified-secops-platform/mto-advanced-hunting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ You can run any query that you already have access to in the multitenant managem
4949

5050
:::image type="content" source="media/mto-advanced-hunting/mto-cross-tenants-sidepane.png" alt-text="Screenshot of the Microsoft Defender XDR cross tenants advanced hunting query side pane scope" lightbox="media/mto-advanced-hunting/mto-cross-tenants-sidepane.png":::
5151

52+
When you select multiple tenants, the query runs independently in each tenant, and the combined results are displayed in a single table. For example, the sample query below (`DeviceEvents | take 10`) returns 10 results per tenant, resulting in a total equal to 10 multiplied by the number of tenants selected.
53+
5254
1. When you're done, select **Apply** > **Run query**.
5355

5456
:::image type="content" source="media/mto-advanced-hunting/mto-cross-tenants-query-tenant-id.png" alt-text="Screenshot of the Microsoft Defender XDR ross tenants advanced hunting query scope column" lightbox="media/mto-advanced-hunting/mto-cross-tenants-query-tenant-id.png":::
@@ -68,7 +70,6 @@ You can run any query that you already have access to in the multitenant managem
6870
| take 10
6971
```
7072

71-
7273
> [!NOTE]
7374
> If you have tables with the same name but different schemas in multiple workspaces and want to use them in the same query, you should use the workspace operator to uniquely identify the table that you need.
7475

0 commit comments

Comments
 (0)