Skip to content

Commit 090005c

Browse files
committed
Add steps to export to external tenant
1 parent 95de096 commit 090005c

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

articles/defender-for-cloud/continuous-export.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Continuous export can export the following data types whenever they change:
4545
- Secure score per subscription or per control.
4646
- Regulatory compliance data.
4747

48-
## Set up a continuous export
48+
## Set up a continuous export
4949

5050
You can configure continuous export from the Microsoft Defender for Cloud pages in Azure portal, via the REST API, or at scale using the supplied Azure Policy templates. Select the appropriate tab below for details of each.
5151

@@ -63,15 +63,15 @@ The steps below are necessary whether you're setting up a continuous export to L
6363

6464
:::image type="content" source="./media/continuous-export/continuous-export-options-page.png" alt-text="Export options in Microsoft Defender for Cloud." lightbox="./media/continuous-export/continuous-export-options-page.png":::
6565

66-
Here you see the export options. There's a tab for each available export target.
66+
Here you see the export options. There's a tab for each available export target, either Event hub or Log Analytics workspace.
6767

6868
1. Select the data type you'd like to export and choose from the filters on each type (for example, export only high severity alerts).
6969

7070
1. Select the export frequency:
7171
- **Streaming** – assessments will be sent when a resource’s health state is updated (if no updates occur, no data will be sent).
7272
- **Snapshots** – a snapshot of the current state of the selected data types will be sent once a week per subscription. To identify snapshot data, look for the field ``IsSnapshot``.
7373

74-
1. If your selection includes one of these recommendations, you can include the vulnerability assessment findings together with them:
74+
If your selection includes one of these recommendations, you can include the vulnerability assessment findings together with them:
7575
- [SQL databases should have vulnerability findings resolved](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/82e20e14-edc5-4373-bfc4-f13121257c37)
7676
- [SQL servers on machines should have vulnerability findings resolved](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/f97aa83c-9b63-4f9a-99f6-b22c4398f936)
7777
- [Container registry images should have vulnerability findings resolved (powered by Qualys)](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/dbd0cb49-b563-45e7-9724-889e799fa648)
@@ -82,7 +82,10 @@ The steps below are necessary whether you're setting up a continuous export to L
8282

8383
:::image type="content" source="./media/continuous-export/include-security-findings-toggle.png" alt-text="Include security findings toggle in continuous export configuration." :::
8484

85-
1. From the "Export target" area, choose where you'd like the data saved. Data can be saved in a target on a different subscription (for example on a Central Event Hubs instance or a central Log Analytics workspace).
85+
1. From the "Export target" area, choose where you'd like the data saved. Data can be saved in a target on a different subscription (for example on a Central Event Hub instance or a central Log Analytics workspace).
86+
87+
You can also send the data to an [Event hub or Log Analytics workspace in a different tenant](#export-data-to-an-azure-event-hub-or-log-analytics-workspace-in-another-tenant).
88+
8689
1. Select **Save**.
8790

8891
> [!NOTE]
@@ -94,10 +97,12 @@ The steps below are necessary whether you're setting up a continuous export to L
9497

9598
Continuous export can be configured and managed via the Microsoft Defender for Cloud [automations API](/rest/api/securitycenter/automations). Use this API to create or update rules for exporting to any of the following possible destinations:
9699

97-
- Azure Event Hubs
98-
- Log Analytics
100+
- Azure Event Hub
101+
- Log Analytics workspace
99102
- Azure Logic Apps
100103

104+
You can also send the data to an [Event hub or Log Analytics workspace in a different tenant](#export-data-to-an-azure-event-hub-or-log-analytics-workspace-in-another-tenant).
105+
101106
Here are some examples of options that you can only use in the the API:
102107

103108
* **Greater volume** - You can create multiple export configurations on a single subscription with the API. The **Continuous Export** page in the Azure portal supports only one export configuration per subscription.
@@ -167,6 +172,16 @@ The name of the Log Analytics solution containing these tables depends on whethe
167172

168173
To view the event schemas of the exported data types, visit the [Log Analytics table schemas](https://aka.ms/ASCAutomationSchemas).
169174

175+
## Export data to an Azure Event hub or Log Analytics workspace in another tenant
176+
177+
You can export data to an Azure Event hub or Log Analytics workspace in a different tenant, which can help you to gather your data for central analysis.
178+
179+
To export data to an Azure Event hub or Log Analytics workspace in a different tenant:
180+
181+
1. In the tenant that has the Azure Event hub or Log Analytics workspace, [invite a user](../active-directory/external-identities/what-is-b2b.md#easily-invite-guest-users-from-the-azure-ad-portal) from the tenant that hosts the continuous export configuration.
182+
1. For a Log Analytics workspace: After the user accepts the invitation to join the tenant, assign the user in the workspace tenant one of these roles: Owner, Contributor, Log Analytics Contributor, Sentinel Contributor, Monitoring Contributor
183+
1. Configure the continuous export configuration and select the Event hub or Analytics workspace to send the data to.
184+
170185
## View exported alerts and recommendations in Azure Monitor
171186

172187
You might also choose to view exported Security Alerts and/or recommendations in [Azure Monitor](../azure-monitor/alerts/alerts-overview.md).

0 commit comments

Comments
 (0)