You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/continuous-export.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Continuous export can export the following data types whenever they change:
45
45
- Secure score per subscription or per control.
46
46
- Regulatory compliance data.
47
47
48
-
## Set up a continuous export
48
+
## Set up a continuous export
49
49
50
50
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.
51
51
@@ -63,15 +63,15 @@ The steps below are necessary whether you're setting up a continuous export to L
63
63
64
64
:::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":::
65
65
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.
67
67
68
68
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).
69
69
70
70
1. Select the export frequency:
71
71
-**Streaming** – assessments will be sent when a resource’s health state is updated (if no updates occur, no data will be sent).
72
72
-**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``.
73
73
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:
75
75
-[SQL databases should have vulnerability findings resolved](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/82e20e14-edc5-4373-bfc4-f13121257c37)
76
76
-[SQL servers on machines should have vulnerability findings resolved](https://portal.azure.com/#blade/Microsoft_Azure_Security/RecommendationsBlade/assessmentKey/f97aa83c-9b63-4f9a-99f6-b22c4398f936)
77
77
-[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
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
+
86
89
1. Select **Save**.
87
90
88
91
> [!NOTE]
@@ -94,10 +97,12 @@ The steps below are necessary whether you're setting up a continuous export to L
94
97
95
98
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:
96
99
97
-
- Azure Event Hubs
98
-
- Log Analytics
100
+
- Azure Event Hub
101
+
- Log Analytics workspace
99
102
- Azure Logic Apps
100
103
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
+
101
106
Here are some examples of options that you can only use in the the API:
102
107
103
108
***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
167
172
168
173
To view the event schemas of the exported data types, visit the [Log Analytics table schemas](https://aka.ms/ASCAutomationSchemas).
169
174
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
+
170
185
## View exported alerts and recommendations in Azure Monitor
171
186
172
187
You might also choose to view exported Security Alerts and/or recommendations in [Azure Monitor](../azure-monitor/alerts/alerts-overview.md).
0 commit comments