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/event-grid/enable-diagnostic-logs-topic.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,35 +7,33 @@ ms.date: 11/11/2021
7
7
8
8
# Enable diagnostic logs for Event Grid resources
9
9
10
-
This article provides step-by-step instructions to enable diagnostic settings for Event Grid resources.
10
+
This article provides step-by-step instructions for enabling diagnostic settings for Event Grid resources. These settings allow you to capture and view diagnostic information so that you can troubleshoot any failures. The following table shows the settings available for different types of Event Grid resources - custom topics, system topics, and domains.
11
11
12
-
These settings allow you to capture and view the information, the following table show the compatibility of settings across the Event Grid resources.
|[PublishFailures](diagnostic-logs.md#schema-for-publishdelivery-failure-logs)| Yes | No | Yes |
16
+
|[DataPlaneRequests](diagnostic-logs.md#schema-for-data-plane-requests)| Yes | No | Yes |
19
17
20
18
> [!IMPORTANT]
21
-
> For the schema for diagnostic logs, see [Diagnostic logs](diagnostic-logs.md).
19
+
> For schemas of delivery failures, publish failures, and data plane requests, see [Diagnostic logs](diagnostic-logs.md).
22
20
23
21
## Prerequisites
24
22
25
-
- A provisioned Event Grid resource
23
+
- A provisioned Event Grid resource
26
24
- A provisioned destination for capturing diagnostic logs:
27
25
- Log Analytics workspace
28
26
- Storage account
29
-
- Event Hub
27
+
- Event Hubs
30
28
- Partner solution
31
29
32
-
## Enable diagnostic logs for Event Grid topics and Event Grid domains
30
+
## Enable diagnostic logs for Event Grid topics and domains
33
31
34
32
> [!NOTE]
35
-
> The following procedure provides step-by-step instructions for enabling diagnostic logs for Event Grid Topics. Steps for enabling diagnostic logs for a domain are very similar. In step 2, navigate to the Event Grid **domains** in the Azure portal.
33
+
> The following procedure provides step-by-step instructions for enabling diagnostic logs for topics. Steps for enabling diagnostic logs for a domain are very similar. In step 2, navigate to the Event Grid **domain** in the Azure portal.
36
34
37
35
1. Sign in to the [Azure portal](https://portal.azure.com).
38
-
2. Navigate to the Event Grid Topic for which you want to enable diagnostic log settings.
36
+
2. Navigate to the Event Grid topic for which you want to enable diagnostic log settings.
39
37
1. In the search bar at the top, search for **Event Grid topics**.
40
38

41
39
2. Select the **topic** from the list for which you want to configure diagnostic settings.
@@ -48,7 +46,7 @@ These settings allow you to capture and view the information, the following tabl
48
46
7. Enable one or more of the capture destinations for the logs, and then configure them by selecting a previous created capture resource.
49
47
- If you select **Archive to a storage account**, select **Storage account - Configure**, and then select the storage account in your Azure subscription.
50
48

51
-
- If you select **Stream to an Event Hub**, select **Event hub - Configure**, and then select the Event Hubs namespace, event hub, and the access policy.
49
+
- If you select **Stream to an event hub**, select **Event hub - Configure**, and then select the Event Hubs namespace, event hub, and the access policy.
52
50

53
51
- If you select **Send to Log Analytics**, select the Log Analytics workspace.
54
52

@@ -61,7 +59,7 @@ You can also enable collection of all metrics for the topic.
61
59
## Enable diagnostic logs for Event Grid system topics
62
60
63
61
1. Sign in to the [Azure portal](https://portal.azure.com).
64
-
2. Navigate to the event grid topic for which you want to enable diagnostic log settings.
62
+
2. Navigate to the system topic for which you want to enable diagnostic log settings.
65
63
1. In the search bar at the top, search for **Event Grid system topics**.
66
64

67
65
1. Select the **system topic** for which you want to configure diagnostic settings.
@@ -92,7 +90,7 @@ You can also enable collection of all **metrics** for the system topic.
92
90

93
91
2. As you navigate through one of the containers, you'll end up at a blob in JSON format. The file contains log entries for either a delivery failure or a publish failure. The navigation path represents the **ResourceId** of the event grid topic and the timestamp (minute level) as to when the log entries were emitted. The blob/JSON file, which is downloadable, in the end adheres to the schema described in the next section.
94
92
95
-
(./media/enable-diagnostic-logs-topic/select-json.png)
93
+

96
94
3. You should see content in the JSON file similar to the following example:
97
95
98
96
```json
@@ -202,7 +200,9 @@ Then, it creates a diagnostic setting on the topic to send diagnostic informatio
202
200
203
201
## Enable diagnostic logs for audit traces
204
202
205
-
Event Grid can publish the audit traces for data plane operations when selecting the category group **audit** or when selecting the category **DataPlaneRequests** in the **Logs**, the audit trace can be used to ensure that data access is allowed only for authorized purposes and collects information about security control such as resource name, operation type, network access, level, region and more. For more information about how to enable the diagnostic setting, see [Diagnostic logs in Event Grid topics and Event Grid domains](enable-diagnostic-logs-topic.md#enable-diagnostic-logs-for-event-grid-topics-and-event-grid-domains).
203
+
Event Grid can publish audit traces for data plane operations. To enable the feature, select **audit** in the **Category groups** section or select **DataPlaneRequests** in the **Categories** section.
204
+
205
+
The audit trace can be used to ensure that data access is allowed only for authorized purposes. It collects information about security control such as resource name, operation type, network access, level, region and more. For more information about how to enable the diagnostic setting, see [Diagnostic logs in Event Grid topics and Event Grid domains](enable-diagnostic-logs-topic.md#enable-diagnostic-logs-for-event-grid-topics-and-domains).
206
206

Copy file name to clipboardExpand all lines: articles/event-grid/troubleshoot-network-connectivity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ For more information, see [Configure IP firewall rules for an Azure Event Grid t
66
66
67
67
#### Find the IP addresses blocked by IP Firewall
68
68
69
-
Enable diagnostic logs for Event Grid topic/domain [Enable diagnostic logs](enable-diagnostic-logs-topic.md#enable-diagnostic-logs-for-event-grid-topics-and-event-grid-domains). You'll see the IP address for the connection that's denied.
69
+
Enable diagnostic logs for Event Grid topic/domain [Enable diagnostic logs](enable-diagnostic-logs-topic.md#enable-diagnostic-logs-for-event-grid-topics-and-domains). You'll see the IP address for the connection that's denied.
0 commit comments