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
+62-32Lines changed: 62 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,64 +138,94 @@ Autoscale log JSON includes elements listed in the following table:
138
138
139
139
| Name | Description |
140
140
| ---- | ----------- |
141
-
|trackingId| Internal ID, which is used for tracing purposes |
142
-
|resourceId|Internal ID, which contains Azure subscription ID and namespace name|
143
-
|message| Informational message, which provides details about auto-inflate action. The message contains previous and current value of throughput unit for a given namespace and what triggered the inflate of the TU. |
141
+
|TrackingId| Internal ID, which is used for tracing purposes |
142
+
|ResourceId| Azure Resource Manager resource ID.|
143
+
|Message| Informational message, which provides details about auto-inflate action. The message contains previous and current value of throughput unit for a given namespace and what triggered the inflate of the TU. |
144
144
145
145
## Kafka coordinator logs schema
146
146
Kafka coordinator log JSON includes elements listed in the following table:
147
147
148
148
| Name | Description |
149
149
| ---- | ----------- |
150
-
| requestId | request ID, which is used for tracing purposes |
151
-
| resourceId | Internal ID, which contains Azure subscription ID and namespace name |
152
-
| operationName | Name of the operation that's done during the group coordination |
153
-
| clientId | Client ID |
154
-
| namespaceName | Namespace name |
155
-
| subscriptionId | Azure subscription ID |
156
-
| message | Informational message, which provides details about actions done during the consumer group coordination. |
150
+
| RequestId | Request ID, which is used for tracing purposes |
151
+
| ResourceId | Azure Resource Manager resource ID |
152
+
| Operation | Name of the operation that's done during the group coordination |
153
+
| ClientId | Client ID |
154
+
| NamespaceName | Namespace name |
155
+
| SubscriptionId | Azure subscription ID |
156
+
| Message | Informational or warning message, which provides details about actions done during the group coordination. |
"Message": "Start join group for new member namespace-name:c:$default:I:KafkaExampleConsumer#0-cc40856f7f3c4607915a571efe994e82, current group size: 0, API version: 2, session timeout: 10000ms, rebalance timeout: 300000ms.",
Event Hubs virtual network (VNet) connection event JSON includes elements listed in the following table:
175
190
176
191
| Name | Description |
177
192
| --- | ----------- |
178
-
| subscriptionId | Azure subscription ID |
179
-
| namespaceName | Namespace name |
180
-
| ipAddress | IP address of a client connecting to the Event Hubs service |
181
-
| action | Action done by the Event Hubs service when evaluating connection requests. Supported actions are **AcceptConnection** and **RejectConnection**. |
182
-
| reason | Provides a reason why the action was done |
183
-
| count | Number of occurrences for the given action |
184
-
| resourceId | Internal resource ID, which contains subscription ID and namespace name. |
193
+
| SubscriptionId | Azure subscription ID |
194
+
| NamespaceName | Namespace name |
195
+
| IPAddress | IP address of a client connecting to the Event Hubs service |
196
+
| Action | Action done by the Event Hubs service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. |
197
+
| Reason | Provides a reason why the action was done |
198
+
| Count | Number of occurrences for the given action |
0 commit comments