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/security-center/continuous-export.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: memildin
6
6
manager: rkarlin
7
7
ms.service: security-center
8
8
ms.topic: conceptual
9
-
ms.date: 11/04/2019
9
+
ms.date: 03/13/2020
10
10
ms.author: memildin
11
11
12
12
---
@@ -18,13 +18,16 @@ This article describes the set of (preview) tools that allow you to export alert
18
18
19
19
Using these tools you can:
20
20
21
-
* Generate detailed reports as CSV
22
-
* Export to Log Analytics workspaces
23
-
* Export to Azure Event Hubs (for integrations with third-party SIEMs)
21
+
* Continuously export to Log Analytics workspaces
22
+
* Continuously export to Azure Event Hubs (for integrations with third-party SIEMs)
23
+
* Export to CSV (one time)
24
+
24
25
25
26
## Setting up a continuous export
26
27
27
-
1. From Security Center's sidebar, click **Pricing & settings**.
28
+
The steps below are necessary whether you're setting up a continuous export to Log Analytics workspace or Azure Event Hubs.
29
+
30
+
1. From Security Center's sidebar, select **Pricing & settings**.
28
31
29
32
1. Select the specific subscription for which you want to configure the data export.
30
33
@@ -33,13 +36,17 @@ Using these tools you can:
33
36
[](media/continuous-export/continuous-export-options-page.png#lightbox)
34
37
Here you see the export options. There's a tab for each available export target.
35
38
36
-
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).
39
+
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).
37
40
38
-
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).
41
+
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).
39
42
40
43
1. Click **Save**.
41
44
42
-
## Continuous export through Azure Event Hubs
45
+
46
+
47
+
## Configuring SIEM integration via Azure Event Hubs
48
+
49
+
Azure Event Hubs is a great solution for programatically consuming any streaming data. For Azure Security Center alerts and recommendations, it's the preferred way to integrate with a third-party SIEM.
43
50
44
51
> [!NOTE]
45
52
> The most effective method to stream monitoring data to external tools in most cases is using Azure Event Hubs. [This article](https://docs.microsoft.com/azure/azure-monitor/platform/stream-monitoring-data-event-hubs) provides a brief description for how you can stream monitoring data from different sources to an Event Hub and links to detailed guidance.
@@ -49,24 +56,25 @@ Using these tools you can:
49
56
50
57
To view the event schemas of the exported data types, visit the [Event Hub event schemas](https://aka.ms/ASCAutomationSchemas).
51
58
52
-
### To integrate with a SIEM
53
59
54
-
After you have configured continuous export of your chosen Security Center data to Azure Event Hubs, you can set up the appropriate connector on your SIEM by following the instructions below.
60
+
### To integrate with a SIEM
55
61
56
-
Follow the instructions relevant to your SIEM from [this page](https://azure.microsoft.com/blog/use-azure-monitor-to-integrate-with-siem-tools/?cdn=disable) and use the relevant connector:
62
+
After you have configured continuous export of your chosen Security Center data to Azure Event Hubs, you can set up the appropriate connector for your SIEM:
57
63
58
-
***Splunk** - Use the [Azure Monitor Add-On for Splunk](https://splunkbase.splunk.com/app/3534/)
59
-
***IBM QRadar** - Use [a manually configured log source](https://www.ibm.com/support/knowledgecenter/SS42VS_DSM/com.ibm.dsm.doc/t_logsource_microsoft_azure_event_hubs.html)
64
+
***Azure Sentinel** - Use the native Azure Security Center alerts [data connector](https://docs.microsoft.com/azure/sentinel/connect-azure-security-center) offered there.
65
+
***Splunk** - Use the [Azure Monitor Add-On for Splunk](https://github.com/Microsoft/AzureMonitorAddonForSplunk/blob/master/README.md)
66
+
***IBM QRadar** - Use [a manually configured log source](https://www.ibm.com/support/knowledgecenter/SS42VS_DSM/com.ibm.dsm.doc/t_dsm_guide_microsoft_azure_enable_event_hubs.html)
60
67
***ArcSight** – Use [SmartConnector](https://community.microfocus.com/t5/ArcSight-Connectors/SmartConnector-for-Microsoft-Azure-Monitor-Event-Hub/ta-p/1671292)
61
68
62
-
If you're using **Azure Sentinel**, use the native Azure Security Center alerts [data connector](https://docs.microsoft.com/azure/sentinel/connect-azure-security-center) offered there.
63
-
64
69
Also, if you'd like to move the continuously exported data automatically from your configured Event Hub to Azure Data Explorer, use the instructions in [Ingest data from Event Hub into Azure Data Explorer](https://docs.microsoft.com/azure/data-explorer/ingest-data-event-hub).
65
70
66
71
72
+
67
73
## Continuous export to a Log Analytics workspace
68
74
69
-
To export to a Log Analytics workspace, you must have Security Center's free or standard tier Log Analytics solutions enabled on your workspace. If you're using the Azure portal, the Security Center free tier solution is automatically enabled when you enable continuous export. However, if you're configuring your continuous export settings programmatically, you must manually select the free or standard pricing tier for the required workspace from within **Pricing & settings**.
75
+
If you want to analyze Azure Security Center data inside a Log Analytics workspace or use Azure alerts together with Security Center, setup continuous export to your Log Analytics workspace.
76
+
77
+
To export to a Log Analytics workspace, you must have Security Center's Log Analytics solutions enabled on your workspace. If you're using the Azure portal, Security Center's free tier solution is automatically enabled when you enable continuous export. However, if you're configuring your continuous export settings programmatically, you must manually select the free or standard pricing tier for the required workspace from within **Pricing & settings**.
0 commit comments