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
Runtime audit logs capture aggregated diagnostic information for all data plane access operations (such as send or receive events) in the Event Hubs dedicated cluster.
85
85
86
86
> [!NOTE]
@@ -98,7 +98,7 @@ Name | Description
98
98
`Protocol` | Type of the protocol associated with the operation.
99
99
`AuthType` | Type of authentication (Azure Active Directory or SAS Policy).
100
100
`AuthKey` | Azure Active Directory application ID or SAS policy name that's used to authenticate to a resource.
101
-
`NetworkType` | Type of the network access: `PublicNetworkAccess`, `PrivateNetworkAccess`.
101
+
`NetworkType` | Type of the network access: `Public` or `Private`.
102
102
`ClientIP` | IP address of the client application.
103
103
`Count` | Total number of operations performed during the aggregated period of 1 minute.
104
104
`Properties` | Metadata that are specific to the data plane operation.
@@ -109,20 +109,16 @@ Here's an example of a runtime audit log entry:
"ResourceId": "/SUBSCRIPTIONS/xxx/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<Service Bus namespace>/servicebus/<service bus name>",
176
+
"Time": "1/1/2021 8:40:06 PM +00:00",
177
+
"Status": "Success | Failure",
178
+
"Protocol": "AMQP | HTTP | SBMP",
179
+
"AuthType": "SAS | AAD",
180
+
"AuthId": "<AAD Application Name| SAS policy name>",
181
+
"NetworkType": "Public | Private",
182
+
"ClientIp": "x.x.x.x",
183
+
"Count": 1,
184
+
"Category": "RuntimeAuditLogs"
185
+
}
186
+
187
+
```
188
+
144
189
## Azure Monitor Logs tables
145
190
Azure Service Bus 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#service-bus).
0 commit comments