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/service-bus-messaging/service-bus-diagnostic-logs.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Azure Service Bus currently supports activity/operational logs which capture **m
28
28
29
29
All logs are stored in JavaScript Object Notation (JSON) format in the below 2 locations.
30
30
31
-
1.**AzureActivity** - displays logs from operations/actions conducted against your namespace on the portal or through Azure Resource Manager template deployments.
32
-
2.**AzureDiagnostics** - displays logs from operations/actions conducted against your namespace using the API, or through management clients on the language SDK.
31
+
-**AzureActivity** - displays logs from operations/actions conducted against your namespace on the portal or through Azure Resource Manager template deployments.
32
+
-**AzureDiagnostics** - displays logs from operations/actions conducted against your namespace using the API, or through management clients on the language SDK.
33
33
34
34
Operational log JSON strings include elements listed in the following table:
35
35
@@ -61,7 +61,7 @@ Here's an example of an operational log JSON string:
61
61
}
62
62
```
63
63
64
-
## What Events/Operations are captured in operational logs?
64
+
## What events/operations are captured in operational logs?
65
65
66
66
Operation logs capture all management operations performed on the Azure Service Bus namespace. Data operations are not captured because of the high volume of data operations that are conducted on Azure Service Bus.
67
67
@@ -84,23 +84,23 @@ The below management operations are captured in operational logs -
84
84
85
85
Operational logs are disabled by default. To enable diagnostic logs, perform the following steps:
86
86
87
-
1.In the [Azure portal](https://portal.azure.com), navigate to your Azure Service Bus namespace and under **Monitoring**, click **Diagnostics settings**.
87
+
1.In the [Azure portal](https://portal.azure.com), navigate to your Azure Service Bus namespace and under **Monitoring**, click **Diagnostics settings**.
88
88
89
-

89
+

90
90
91
91
2. Click **Add diagnostic setting** to configure the diagnostic settings.
92
92
93
-

93
+

94
94
95
95
3. Configure the diagnostic settings
96
-
1. Type a **name** to identify the diagnostic settings.
97
-
2. Pick a destination for the diagnostics.
98
-
1. If you pick **Storage account**, you need to configure the storage account where the diagnostics will be stored.
99
-
2. If you pick **Event hubs**, you need to configure the appropriate Event Hub where the diagnostics settings will be streamed to.
100
-
3. If you pick **Log Analytics**, you need to specify which instance of Log Analytics the diagnostics will be sent.
101
-
3. Check **Operational Logs**.
102
-
103
-

96
+
1. Type a **name** to identify the diagnostic settings.
97
+
2. Pick a destination for the diagnostics.
98
+
- If you pick **Storage account**, you need to configure the storage account where the diagnostics will be stored.
99
+
- If you pick **Event hubs**, you need to configure the appropriate Event Hub where the diagnostics settings will be streamed to.
100
+
- If you pick **Log Analytics**, you need to specify which instance of Log Analytics the diagnostics will be sent.
101
+
3. Check **OperationalLogs**.
102
+
103
+

0 commit comments