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
@@ -30,123 +30,15 @@ For more information on supported dimensions, refer to [Azure documentation](htt
30
30
Azure service sends monitoring data to Azure Monitor, which can then [stream data to Eventhub](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/stream-monitoring-data-event-hubs). Sumo Logic supports:
31
31
32
32
* 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/).
33
-
* 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.
33
+
* Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
34
34
35
35
You must explicitly enable diagnostic settings for each domain, namespace, custom topic, and system topic 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).
36
36
37
37
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/EventGrid/Logs`, `Azure/EventGrid/Metrics`.
38
38
39
-
### Configure field in field schema
40
-
41
-
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**.
42
-
1. Search for the following fields:
43
-
-`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).
44
-
-`location`. The region to which the resource name belongs.
45
-
-`subscription_id`. ID associated with a subscription where the resource is present.
46
-
-`resource_group`. The resource group name where the Azure resource is present.
47
-
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
48
-
-`resource_type`. Azure resource type (for example, storage accounts).
49
-
-`resource_name`. The name of the resource (for example, storage account name).
50
-
-`service_type`. Type of the service that can be accessed with an Azure resource.
51
-
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Event Grid service is Subscriptions).
52
-
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
53
-
54
-
### Configure field extraction rules
55
-
56
-
Create the following Field Extraction Rule(s) (FER) for Azure Storage by following the instructions in [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/).
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, onto an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
141
-
142
-
1. Create a hosted collector and tag the `tenant_name` field. 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). <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />
143
-
1.[Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
144
-
1.[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).
145
-
1.[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 the steps below for each Azure Event Grid namespace that you want to monitor.
146
-
1. Choose `Stream to an event hub` as the destination.
147
-
1. Select `AllMetrics`.
148
-
1. 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.<br/><img src={useBaseUrl('img/send-data/azure-event-grid-metrics.png')} alt="Azure event grid metrics" style={{border: '1px solid gray'}} width="800" />
149
-
1. Tag the location field in the source with the right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Event Grid Tag Location" style={{border: '1px solid gray'}} width="400" />
41
+
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).
150
42
151
43
### Configure logs collection
152
44
@@ -172,15 +64,27 @@ Since this source contains logs from multiple regions, make sure that you do not
172
64
173
65
Now that you have set up data collection, install the Azure Event Grid Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-event-grid-dashboards) that provide visibility into your environment for real-time analysis of Azure resources.
174
66
175
-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
67
+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
68
+
69
+
<AppInstallIndexV2/>
70
+
71
+
As part of the app installation process, the following fields will be created by default:
176
72
177
-
<AppInstallNoDataSourceV2/>
73
+
-`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).
74
+
-`location`. The region to which the resource name belongs to.
75
+
-`subscription_id`. ID associated with a subscription where the resource is present.
76
+
-`resource_group`. The resource group name where the Azure resource is present.
77
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
78
+
-`resource_type`. Azure resource type (for example, storage accounts).
79
+
-`resource_name`. The name of the resource (for example, storage account name).
80
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
81
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
178
82
179
83
## Viewing the Azure Event Grid dashboards
180
84
181
-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
85
+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
0 commit comments