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: docs/integrations/microsoft-azure/sql.md
+18-97Lines changed: 18 additions & 97 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,106 +92,15 @@ Azure service sends monitoring data to Azure Monitor, which can then [stream dat
92
92
93
93
* Logs collection from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) using our [Azure Event Hubs source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
94
94
* Activity Logs collection from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) using our [Azure Event Hubs source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/). It is recommended to create a separate source for activity logs. If you are already collecting these logs, you can skip this step.
95
-
* Metrics collection using our [HTTP Logs and Metrics source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/) via Azure Functions deployed using the ARM template.
95
+
* Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
96
96
97
97
You must explicitly enable diagnostic settings for each Azure SQL database that you want to monitor. You can forward logs to the same event hub provided they satisfy the limitations and permissions as described [here](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#destination-limitations).
98
98
99
99
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/SQL/Logs`, `Azure/SQL/ActivityLogs`, and `Azure/SQL/Metrics`.
100
100
101
-
### Configure field in field schema
102
-
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
103
-
2. Search for following fields:
104
-
-`tenant_name`. This field is tagged at the collector level and you can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
105
-
-`location`. The region to which the resource name belongs to.
106
-
-`subscription_id`. Id associated with a subscription where resource is present.
107
-
-`resource_group`. The resource group name where the Azure resource is present.
108
-
-`provider_name`. Azure resource provider name (for example, Microsoft.SQL).
109
-
-`resource_type`. Azure resource type (for example, SERVERS).
110
-
-`resource_name`. The name of the resource (for example, Azure SQL Server name).
111
-
-`service_type`. Type of the service that can be accessed from with a azure resource (for example, DATABASES).
112
-
-`service_name`. Services that can be accessed from within an Azure resource (for example, Azure SQL database name in Azure SQL Server).
113
-
114
-
3. Create the fields if it is not present. Refer to [create and manage fields](/docs/manage/fields/#manage-fields).
115
-
116
-
### Configure Field Extraction Rules
117
-
118
-
Create a Field Extraction Rule (FER) by following the instructions [here](/docs/manage/field-extractions/create-field-extraction-rule/). If the FER already exists with same name, then skip this step.
In this section, you will configure a pipeline to send metrics from Azure Monitor to an Event Hub, then to an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
184
-
185
-
1. Create hosted collector and tag `tenant_name` field.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Database for MySql Tag Tenant Name" style={{border: '1px solid gray'}} width="800" />
186
-
2.[Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
187
-
3.[Configure and deploy the ARM Template](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-2-configure-azure-resources-using-arm-template).
188
-
4.[Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform below steps for each Azure SQL database that you want to monitor.
189
-
* Choose `Stream to an event hub` as destination.
190
-
* Select all the metric types under `Metrics` section.
191
-
* Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
5. Tag the location field in the source with right location value.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Database for MySql Tag Location" style={{border: '1px solid gray'}} width="400" />
103
+
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
195
104
196
105
### Configure logs collection
197
106
@@ -254,15 +163,27 @@ In **Defender Plans** settings page turn on the **Databases** status under **Clo
254
163
255
164
This section provides instructions on how to install the Azure SQL app, and shows examples of each of the preconfigured dashboards you can use to analyze your data.
256
165
257
-
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
166
+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
167
+
168
+
<AppInstallIndexV2/>
169
+
170
+
As part of the app installation process, the following fields will be created by default:
258
171
259
-
<AppInstall2/>
172
+
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
173
+
-`location`. The region the resource name belongs to.
174
+
-`subscription_id`. ID associated with a subscription where the resource is present.
175
+
-`resource_group`. The resource group name where the Azure resource is present.
176
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
177
+
-`resource_type`. Azure resource type (for example, storage accounts).
178
+
-`resource_name`. The name of the resource (for example, storage account name).
179
+
-`service_type`. Type of the service that can be accessed with an Azure resource.
180
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
260
181
261
182
## Viewing the Azure SQL dashboards
262
183
263
-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
184
+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
0 commit comments