File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ Azure Event Hubs supports the following dimensions for metrics in Azure Monitor.
82
82
## Runtime Audit Logs
83
83
Runtime Audit Logs captures aggregated diagnostic logs for all data plane access operations (such as send or receive events) in Dedicated SKU.
84
84
85
- > [ !NOTE]
85
+ > [ !NOTE]
86
86
> Runtime audit logs are currently available in * Dedicated* tier only.
87
87
88
88
Runtime Audit Logs include the elements listed in the following table:
89
+
89
90
Name | Description
90
91
------- | -------
91
92
` ActivityId ` | A randomly generated UUID that ensures uniqueness for the audit activity.
@@ -104,8 +105,9 @@ Name | Description
104
105
105
106
The following code is an example of a runtime audit log JSON string:
106
107
107
- ``` json
108
108
Example:
109
+
110
+ ``` json
109
111
{
110
112
"ActivityId" : " <activity id>" ,
111
113
"ActivityName" : " ConnectionOpen | Authenticate | SendMessage | ReceiveMessage | GetRuntimeInfo" ,
You can’t perform that action at this time.
0 commit comments