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-hubs/event-hubs-diagnostic-logs.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ ms.author: shvija
23
23
24
24
You can view two types of logs for Azure Event Hubs:
25
25
26
-
***[Activity logs](../azure-monitor/platform/platform-logs-overview.md)**: These logs have information about operations performed on a job. The logs are always enabled. You can see activity log entries by selecting **Activity log**on the left menu for your event hub namespace in the Azure portal. For example: "Create or Update Namespace", "Create or Update Event Hub".
26
+
***[Activity logs](../azure-monitor/platform/platform-logs-overview.md)**: These logs have information about operations done on a job. The logs are always enabled. You can see activity log entries by selecting **Activity log**in the left pane for your event hub namespace in the Azure portal. For example: "Create or Update Namespace", "Create or Update Event Hub".
27
27
28
28

29
29
***[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md)**: You can configure diagnostic logs for a richer view of everything that happens with a job. Diagnostic logs cover activities from the time the job is created until the job is deleted, including updates and activities that occur while the job is running.
@@ -37,7 +37,7 @@ Diagnostic logs are disabled by default. To enable diagnostic logs, follow these
37
37
2. Select **Diagnostics settings** under **Monitoring** in the left pane, and then select **+ Add diagnostic setting**.
4. In the **Category details** section, select the **types of diagnostic logs** that you want to enable. You will find details about these categories later in this article.
40
+
4. In the **Category details** section, select the **types of diagnostic logs** that you want to enable. You'll find details about these categories later in this article.
41
41
5. In the **Destination details** section, set the archive target (destination) that you want; for example, a storage account, an event hub, or a Log Analytics workspace.
@@ -53,11 +53,11 @@ Event Hubs captures diagnostic logs for the following categories:
53
53
54
54
-**Archive Logs**: logs related to Event Hubs archives, specifically, logs related to archive errors.
55
55
-**Operational Logs**: information about what is happening during Event Hubs operations, specifically, the operation type, including event hub creation, resources used, and the status of the operation.
56
-
-**Auto scale logs**: information about auto-scaling operations done on an Event Hubs namespace.
56
+
-**Auto scale logs**: information about autoscaling operations done on an Event Hubs namespace.
57
57
-**Kafka coordinator logs** - information about Kafka coordinator operations related to Event Hubs.
58
58
-**Kafka user logs**: information about Kafka user operations related to Event Hubs.
59
59
-**Event Hubs virtual network (VNet) connection event**: information about Event Hubs virtual network connection events.
60
-
-**Customermanaged key user logs**: information about operations related to customer-managed key.
60
+
-**Customer-managed key user logs**: information about operations related to customer-managed key.
61
61
62
62
63
63
All logs are stored in JavaScript Object Notation (JSON) format. Each entry has string fields that use the format described in the following sections.
@@ -149,11 +149,11 @@ Kafka coordinator log JSON includes elements listed in the following table:
149
149
| ---- | ----------- |
150
150
| requestId | request ID, which is used for tracing purposes |
151
151
| resourceId | Internal ID, which contains Azure subscription ID and namespace name |
152
-
| operationName | Name of the operation that's performed during the group coordination |
152
+
| operationName | Name of the operation that's done during the group coordination |
153
153
| clientId | Client ID |
154
154
| namespaceName | Namespace name |
155
155
| subscriptionId | Azure subscription ID |
156
-
| message | Informational message, which provides details about actions performed during the consumer group coordination. |
156
+
| message | Informational message, which provides details about actions done during the consumer group coordination. |
157
157
158
158
## Kafka user error logs schema
159
159
Kafka user error log JSON includes elements listed in the following table:
@@ -178,7 +178,7 @@ Event Hubs virtual network (VNet) connection event JSON includes elements listed
178
178
| subscriptionId | Azure subscription ID |
179
179
| namespaceName | Namespace name |
180
180
| ipAddress | IP address of a client connecting to the Event Hubs service |
181
-
| action | Action performed by the Event Hubs service when evaluating connection requests. Supported actions are **AcceptConnection** and **RejectConnection**. |
181
+
| action | Action done by the Event Hubs service when evaluating connection requests. Supported actions are **AcceptConnection** and **RejectConnection**. |
182
182
| reason | Provides a reason why the action was done |
183
183
| count | Number of occurrences for the given action |
184
184
| resourceId | Internal resource ID, which contains subscription ID and namespace name. |
@@ -193,7 +193,7 @@ Customer-managed key user log JSON includes elements listed in the following tab
193
193
| keyVault | Name of the Key Vault resource |
194
194
| key | Name of the Key Vault key. |
195
195
| version | Version of the Key Vault key |
196
-
| operation | The name of an operation performed to serve requests |
196
+
| operation | The name of an operation done to serve requests |
197
197
| code | Status code |
198
198
| message | Message, which provides details about an error or informational message |
0 commit comments