Skip to content

Commit 4931826

Browse files
committed
Acrolynx
1 parent 9031bff commit 4931826

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/event-hubs/event-hubs-diagnostic-logs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.author: shvija
2323

2424
You can view two types of logs for Azure Event Hubs:
2525

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".
2727

2828
![Activity log for an Event Hubs namespace](./media/event-hubs-diagnostic-logs/activity-log.png)
2929
* **[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
3737
2. Select **Diagnostics settings** under **Monitoring** in the left pane, and then select **+ Add diagnostic setting**.
3838

3939
![Diagnostic settings page - add diagnostic setting](./media/event-hubs-diagnostic-logs/diagnostic-settings-page.png)
40-
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.
4141
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.
4242

4343
![Add diagnostic settings page](./media/event-hubs-diagnostic-logs/aDD-diagnostic-settings-page.png)
@@ -53,11 +53,11 @@ Event Hubs captures diagnostic logs for the following categories:
5353

5454
- **Archive Logs**: logs related to Event Hubs archives, specifically, logs related to archive errors.
5555
- **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.
5757
- **Kafka coordinator logs** - information about Kafka coordinator operations related to Event Hubs.
5858
- **Kafka user logs**: information about Kafka user operations related to Event Hubs.
5959
- **Event Hubs virtual network (VNet) connection event**: information about Event Hubs virtual network connection events.
60-
- **Customer managed 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.
6161

6262

6363
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:
149149
| ---- | ----------- |
150150
| requestId | request ID, which is used for tracing purposes |
151151
| 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 |
153153
| clientId | Client ID |
154154
| namespaceName | Namespace name |
155155
| 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. |
157157

158158
## Kafka user error logs schema
159159
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
178178
| subscriptionId | Azure subscription ID |
179179
| namespaceName | Namespace name |
180180
| 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**. |
182182
| reason | Provides a reason why the action was done |
183183
| count | Number of occurrences for the given action |
184184
| 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
193193
| keyVault | Name of the Key Vault resource |
194194
| key | Name of the Key Vault key. |
195195
| 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 |
197197
| code | Status code |
198198
| message | Message, which provides details about an error or informational message |
199199

0 commit comments

Comments
 (0)