Skip to content

Commit b336640

Browse files
committed
updates
1 parent 14fad6d commit b336640

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
@@ -26,8 +26,8 @@ You can view two types of logs for Azure Event Hubs:
2626
* **[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)
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.
30-
29+
* **[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md)**: Diagnostic logs provide richer information about operations and actions that are conducted against your namespace by using the API, or through management clients on the language SDK.
30+
3131
The following section shows you how to enable diagnostic logs for an Event Hubs namespace.
3232

3333
## Enable diagnostic logs
@@ -51,12 +51,12 @@ Diagnostic logs are disabled by default. To enable diagnostic logs, follow these
5151

5252
Event Hubs captures diagnostic logs for the following categories:
5353

54-
- **Archive Logs**: logs related to Event Hubs archives, specifically, logs related to archive errors.
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 autoscaling operations done on an Event Hubs namespace.
54+
- **Archive Logs**: logs related to the [Event Hubs Capture](event-hubs-capture-overview.md) feature, specifically, logs related to capture errors.
55+
- **Operational Logs**: information about all management operations that are performed on the Azure Event Hubs namespace. Data operations are not captured, because of the high volume of data operations that are conducted on Azure Event Hubs.
56+
- **Auto scale logs**: information about auto-inflate operations done on an Event Hubs namespace.
5757
- **Kafka coordinator logs** - information about Kafka coordinator operations related to Event Hubs.
58-
- **Kafka user logs**: information about Kafka user operations related to Event Hubs.
59-
- **Event Hubs virtual network (VNet) connection event**: information about Event Hubs virtual network connection events.
58+
- **Kafka user error logs**: information about Kafka user operations related to Event Hubs.
59+
- **Event Hubs virtual network (VNet) connection event**: information about IP addresses and virtual networks sending traffic to Event Hubs.
6060
- **Customer-managed key user logs**: information about operations related to customer-managed key.
6161

6262

@@ -74,7 +74,7 @@ trackingId | Internal ID, used for tracking.
7474
resourceId | Azure Resource Manager resource ID.
7575
eventHub | Event hub full name (includes namespace name).
7676
partitionId | Event Hub partition being written to.
77-
archiveStep | ArchiveFlushWriter
77+
archiveStep | possible values: ArchiveFlushWriter, DestinationInit
7878
startTime | Failure start time.
7979
failures | Number of times failure occurred.
8080
durationInSeconds | Duration of failure.

0 commit comments

Comments
 (0)