Skip to content

Commit 1968144

Browse files
authored
Update mto-advanced-hunting.md
1 parent 4f0f0bd commit 1968144

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 selecting multiple tenants, the query is sent to each tenant separately and the results are then gathered and presented to the user in a single table. For example, this means that for the sample query shown below (`DeviceEvents | take 10`), 10 results are returned from each tenant, and the sum total of results are equal to 10 times the number of tenants that you queried.
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)