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/monitor-event-hubs-reference.md
+49-16Lines changed: 49 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,13 @@ Azure Event Hubs supports the following dimensions for metrics in Azure Monitor.
80
80
| ------------------- | ----------------- |
81
81
|Entity Name| Name of the event hub. With the 'Incoming Requests' metric, the Entity Name dimension has a value of '-NamespaceOnlyMetric-' in addition to all your event hubs. It represents the requests that were made at the namespace level. Examples include a request to list all event hubs in the namespace or requests to entities that failed authentication or authorization.|
82
82
83
+
83
84
## Resource logs
85
+
86
+
Azure Event Hubs now has the capability to dispatch logs to either of two destination tables - Azure Diagnostic or [Resource specific tables](~/articles/azure-monitor/essentials/resource-logs.md) in Log Analytics. You could use the toggle available on Azure portal to choose destination tables.
87
+
88
+
:::image type="content" source="media/monitor-event-hubs-reference/destination-table-toggle.png" alt-text="Screenshot of dialog box to set destination table." lightbox="media/monitor-event-hubs-reference/destination-table-toggle.png":::
"AuthId": "<AAD application name | SAS policy name>",
154
+
"NetworkType": "Public | Private",
155
+
"ClientIp": "x.x.x.x",
156
+
"Count": 1,
157
+
"Type": "AZMSRuntimeAUditLogs",
158
+
"Provider":"EVENTHUB"
159
+
}
160
+
129
161
```
130
162
131
163
## Application metrics logs
@@ -148,10 +180,11 @@ Name | Description
148
180
`OffsetFetch` | Number of offset fetch calls made to the event hub.
149
181
150
182
151
-
152
183
## Azure Monitor Logs tables
153
184
Azure Event Hubs uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#event-hubs).
154
185
186
+
You can view our sample queries to get started with different log categories.
187
+
155
188
> [!IMPORTANT]
156
189
> Dimensions aren't exported to a Log Analytics workspace.
0 commit comments