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/sentinel/quickstart-onboard.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,52 +63,79 @@ The content hub in Microsoft Sentinel is the centralized location to discover an
63
63
64
64
1. Find and select the **Azure Activity** solution.
65
65
66
-
1. On the toolbar at the top of the page, select **Install/Update**.
66
+
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity.png" alt-text="Screenshot of the content hub with the solution for Azure Activity selected.":::
67
+
68
+
1. On the toolbar at the top of the page, select :::image type="icon" source="media/quickstart-onboard/install-update-button.png"::: **Install/Update**.
67
69
68
70
## Set up the data connector
69
71
70
72
Microsoft Sentinel ingests data from services and apps by connecting to the service and forwarding the events and logs to Microsoft Sentinel. For this quickstart, install the data connector to forward data for Azure Activity to Microsoft Sentinel.
71
73
72
74
1. In Microsoft Sentinel, select **Data connectors**.
75
+
73
76
1. Search for and select the **Azure Activity** data connector.
77
+
74
78
1. In the details pane for the connector, select **Open connector page**.
79
+
75
80
1. Review the instructions to configure the connector.
1. On the **Basics** tab, set the **Scope** to the subscription and resource group that has activity to send to Microsoft Sentinel. For example, select the subscription that contains your Microsoft Sentinel instance.
85
+
78
86
1. Select the **Parameters** tab.
87
+
79
88
1. Set the **Primary Log Analytics workspace**. This should be the workspace where Microsoft Sentinel is installed.
89
+
80
90
1. Select **Review + create** and **Create**.
81
91
82
92
## Generate activity data
83
93
84
94
Let's generate some activity data by enabling a rule that was included in the Azure Activity solution for Microsoft Sentinel. This step also shows you how to manage content in the content hub.
85
95
86
96
1. In Microsoft Sentinel, select **Content hub**.
97
+
87
98
1. Find and select the **Azure Activity** solution.
99
+
88
100
1. From the right-hand side pane, select **Manage**.
101
+
89
102
1. Find and select the rule template **Suspicious Resource deployment**.
103
+
90
104
1. Select **Configuration**.
105
+
91
106
1. Select the rule and **Create rule**.
107
+
92
108
1. On the **General** tab, change the **Status** to enabled. Leave the rest of the default values.
109
+
93
110
1. Accept the defaults on the other tabs.
111
+
94
112
1. On the **Review and create** tab, select **Create**.
95
113
96
114
## View data ingested into Microsoft Sentinel
97
115
98
116
Now that you've enabled the Azure Activity data connector and generated some activity data let's view the activity data added to the workspace.
99
117
100
118
1. In Microsoft Sentinel, select **Data connectors**.
119
+
101
120
1. Search for and select the **Azure Activity** data connector.
121
+
102
122
1. In the details pane for the connector, select **Open connector page**.
123
+
103
124
1. Review the **Status** of the data connector. It should be **Connected**.
125
+
126
+
:::image type="content" source="media/quickstart-onboard/azure-activity-connected-status.png" alt-text="Screenshot of data connector for Azure Activity with the status showing as connected.":::
127
+
104
128
1. In the left-hand side pane above the chart, select **Go to log analytics**.
129
+
105
130
1. On the top of the pane, next to the **New query 1** tab, select the **+** to add a new query tab.
131
+
106
132
1. In the query pane, run the following query to view the activity date ingested into the workspace.
107
133
108
134
```kusto
109
135
AzureActivity
110
136
```
111
137
138
+
:::image type="content" source="media/quickstart-onboard/azure-activity-logs-query.png" alt-text="Screenshot of the log query window with results returned for the Azure Activity query.":::
0 commit comments