Skip to content

Commit 7a4b70e

Browse files
committed
Azure event hub doc update - updated dahsboard and screenshot link
1 parent ed0f602 commit 7a4b70e

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

docs/integrations/microsoft-azure/azure-event-grid.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ For Azure Event Grid, you can collect the following logs and metrics:
1919
* [Microsoft.EventGrid/domains](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-domains-metrics)
2020
* [Microsoft.EventGrid/systemTopics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-systemtopics-metrics)
2121
* [Microsoft.EventGrid/topics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-topics-metrics)
22-
* [Microsoft.EventGrid/namespaces](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-namespaces-metrics)
23-
* [Microsoft.EventGrid/extensionTopics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-extensiontopics-metrics)
24-
* [Microsoft.EventGrid/eventSubscriptions](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-eventgrid-eventsubscriptions-metrics)
2522

2623
For more information on supported dimensions, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/event-grid/monitor-push-reference#metrics).
2724

@@ -40,6 +37,14 @@ When you configure the event hubs source or HTTP source, plan your source catego
4037

4138
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).
4239

40+
:::note
41+
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
42+
:::
43+
44+
1. To set up the Azure Metrics source in Sumo Logic, refer to the shared beta documentation.
45+
1. In the Sumo Logic Azure Metrics source configuration, configure namespaces as `Microsoft.EventGrid/domains`, `Microsoft.EventGrid/systemTopics` and `Microsoft.EventGrid/topics`.
46+
47+
4348
### Configure logs collection
4449

4550
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
@@ -111,27 +116,47 @@ Use this dashboard to:
111116

112117
### Errors
113118

114-
**Azure Event Grid - Errors** dashboard provides details on various error types, failed deliveries, and dropped events in your Azure Event Grid service.
119+
**Azure Event Grid - Topic Errors** dashboard provides details on various error types, failed deliveries, and dropped events in your Azure Event Grid service for system topics and topics.
115120

116121
Use this dashboard to:
117122
* Identify the most common error types affecting event publishing and delivery, such as "NotFound" and "Cancelled" errors.
118123
* Analyze trends in delivery attempt failures and correlate them with specific resource groups or topics to pinpoint problematic areas.
119124
* Monitor dropped event counts over time and investigate the reasons behind event drops to improve system reliability.
120125
* Track the top failed topics and delivery destinations to prioritize troubleshooting efforts and optimize event routing.
121126

122-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Errors.png')} alt="Azure Event Grid - Errors" style={{border: '1px solid gray'}} width="800" />
127+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Topic-Errors.png')} alt="Azure Event Grid - Topic Errors" style={{border: '1px solid gray'}} width="800" />
128+
129+
**Azure Event Grid - Domain Errors** dashboard provides details on various error types, failed deliveries, and dropped events in your Azure Event Grid service for domains. You can filter the dashboard results for particular topic using the topic filter
130+
131+
Use this dashboard to:
132+
* Identify the most common error types affecting event publishing and delivery, such as "NotFound" and "Cancelled" errors.
133+
* Analyze trends in delivery attempt failures and correlate them with specific resource groups or topics to pinpoint problematic areas.
134+
* Monitor dropped event counts over time and investigate the reasons behind event drops to improve system reliability.
135+
* Track the top failed topics and delivery destinations to prioritize troubleshooting efforts and optimize event routing.
136+
137+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Topic-Domain.png')} alt="Azure Event Grid - Domain Errors" style={{border: '1px solid gray'}} width="800" />
123138

124139
### Operations
125140

126-
**Azure Event Grid - Operations** dashboard provides details on the performance and reliability of your Event Grid service, including processing times, success rates, and failure percentages.
141+
**Azure Event Grid - Topic Operations** dashboard provides details on the performance and reliability of your Event Grid service, including processing times, success rates, and failure percentages for system topics and topics.
142+
143+
Use this dashboard to:
144+
* Monitor the average destination processing duration to identify potential bottlenecks or performance issues in event delivery.
145+
* Track delivery failure percentages over time to quickly spot and address any spikes in unsuccessful event transmissions.
146+
* Analyze the correlation between unmatched event percentages and advanced filter evaluation counts to optimize event routing and filtering.
147+
* Identify trends in publish success latency and failure rates to ensure efficient event publishing and processing.
148+
149+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Topic-Operations.png')} alt="Azure Event Grid - Topic Operations" style={{border: '1px solid gray'}} width="800" />
150+
151+
**Azure Event Grid - Domain Operations** dashboard provides details on the performance and reliability of your Event Grid service, including processing times, success rates, and failure percentages for domains. You can filter the dashboard results for particular topic using the topic filter
127152

128153
Use this dashboard to:
129154
* Monitor the average destination processing duration to identify potential bottlenecks or performance issues in event delivery.
130155
* Track delivery failure percentages over time to quickly spot and address any spikes in unsuccessful event transmissions.
131156
* Analyze the correlation between unmatched event percentages and advanced filter evaluation counts to optimize event routing and filtering.
132157
* Identify trends in publish success latency and failure rates to ensure efficient event publishing and processing.
133158

134-
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Operations.png')} alt="Azure Event Grid - Operations" style={{border: '1px solid gray'}} width="800" />
159+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureEventGrid/Azure-Event-Grid-Domain-Operations.png')} alt="Azure Event Grid - Operations" style={{border: '1px solid gray'}} width="800" />
135160

136161
### Policy and Recommendations
137162

0 commit comments

Comments
 (0)