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/azure-event-grid.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
15
15
For Azure Event Grid, you can collect the following logs and metrics:
16
16
17
17
***Resource Logs**. Publish and delivery failure logs by Event Grid resources. It also includes audit traces for data plane operations including public and private access operations. The schema for resource logs is described [here](https://learn.microsoft.com/en-us/azure/event-grid/monitor-push-reference#resource-logs).
18
-
***Metrics**. Metrics for Azure Event Grid are in below namespaces:
18
+
***Metrics**. Metrics for Azure Event Grid are in the namespaces below:
@@ -32,7 +32,7 @@ Azure service sends monitoring data to Azure Monitor, which can then [stream dat
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
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.
34
34
35
-
You must explicitly enable diagnostic settings for each domain, namespaces, 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).
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
@@ -41,13 +41,13 @@ When you configure the event hubs source or HTTP source, plan your source catego
41
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
42
1. Search for the following fields:
43
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 to.
44
+
-`location`. The region to which the resource name belongs.
45
45
-`subscription_id`. ID associated with a subscription where the resource is present.
46
46
-`resource_group`. The resource group name where the Azure resource is present.
47
47
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
48
48
-`resource_type`. Azure resource type (for example, storage accounts).
49
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 a Azure resource.
50
+
-`service_type`. Type of the service that can be accessed with an Azure resource.
51
51
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Event Grid service is Subscriptions).
52
52
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
53
53
@@ -137,28 +137,28 @@ If this rule already exists, there is no need to create it again.
137
137
138
138
### Configure metrics collection
139
139
140
-
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, on to an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
140
+
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
141
142
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
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
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 below steps for each Azure Event Grid namespace that you want to monitor.
146
-
1. Choose `Stream to an event hub` as destination.
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
147
1. Select `AllMetrics`.
148
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 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" />
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" />
150
150
151
151
### Configure logs collection
152
152
153
153
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
154
154
#### Diagnostic logs
155
155
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
156
-
1. To create the Diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#create-diagnostic-settings). Perform below steps for each Azure Event Grid namespace that you want to monitor.
156
+
1. To create the Diagnostic settings in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#create-diagnostic-settings). Perform the steps below for each Azure Event Grid namespace that you want to monitor.
157
157
1. Choose `Stream to an event hub` as the destination.
158
158
1. Select `allLogs`.
159
-
1. Use the Event Hub namespace and Event Hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
159
+
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
160
160
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/send-data/azure-eventgrid-logs.png')} alt="Azure Event Grid logs" style={{border: '1px solid gray'}} width="800" />
161
-
1. 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 Event Grid Tag Location" style={{border: '1px solid gray'}} width="400" />
161
+
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" />
162
162
163
163
#### Activity Logs
164
164
@@ -170,7 +170,7 @@ Since this source contains logs from multiple regions, make sure that you do not
170
170
171
171
## Installing the Azure Event Grid app
172
172
173
-
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.
173
+
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
174
175
175
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
176
176
@@ -190,7 +190,7 @@ Use this dashboard to:
190
190
* Monitor request patterns by location and network access type to optimize resource allocation and improve latency.
191
191
* Analyze authentication types to ensure proper security measures are in place and identify potential unauthorized access attempts.
192
192
* Track delivery and publish failures by topic to quickly identify and resolve issues affecting event distribution.
193
-
* Correlate publish success latency with destination processing duration to optimize end-to-end event handling performance.
193
+
* Correlate publish success latency with destination processing duration to optimize the end-to-end event handling performance.
**Azure Event Grid - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Event Grid resources.
200
200
201
201
Use this dashboard to:
202
-
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Event Grid system.
202
+
* Monitor the distribution of operation types and their success rates to ensure the proper functioning of your Event Grid system.
203
203
* Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications.
204
204
* Track recent write and delete operations to maintain an audit trail of changes made to your Event Grid configuration.
0 commit comments