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/azure-monitor/agents/diagnostics-extension-overview.md
+75-18Lines changed: 75 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Configure one or more *data sinks* to send data to other destinations. The follo
83
83
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables. |
84
84
| Application Insights | Collect data from applications running in your VM to Application Insights to integrate with other application monitoring. See [Send diagnostic data to Application Insights](diagnostics-extension-to-application-insights.md). |
85
85
86
-
You can also collect WAD data from storage into a Log Analytics workspace to analyze it with Azure Monitor Logs, although the Log Analytics agent is typically used for this functionality. It can send data directly to a Log Analytics workspace and supports solutions and insights that provide more functionality. See [Collect Azure diagnostic logs from Azure Storage](../agents/diagnostics-extension-logs.md).
86
+
You can also collect WAD data from storage into a Log Analytics workspace to analyze it with Azure Monitor Logs, although the Log Analytics agent is typically used for this functionality. It can send data directly to a Log Analytics workspace and supports solutions and insights that provide more functionality. See [Collect Azure diagnostic logs from Azure Storage](diagnostics-extension-logs.md).
87
87
88
88
### Linux diagnostics extension (LAD)
89
89
@@ -131,25 +131,80 @@ The following tables list the operating systems that are supported by WAD and LA
|| Windows 11 Enterprise (including multi-session) | ❌ |
150
+
|| Windows 10 1803 (RS4) and higher | ❌ |
151
+
|| Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only<sup>1</sup>) | ✅ |
152
+
| Linux |||
153
+
|| CentOS Linux 8 | ❌ |
154
+
|| CentOS Linux 7 | ✅ |
155
+
|| CentOS Linux 6 | ❌ |
156
+
|| CentOS Linux 6.5+ | ✅ |
157
+
|| Debian 11 <sup>2</sup> | ❌ |
158
+
|| Debian 10 <sup>2</sup> | ❌ |
159
+
|| Debian 9 | ✅ |
160
+
|| Debian 8 | ❌ |
161
+
|| Debian 7 | ✅ |
162
+
|| OpenSUSE 13.1+ | ✅ |
163
+
|| Oracle Linux 8 | ❌ |
164
+
|| Oracle Linux 7 | ✅ |
165
+
|| Oracle Linux 6 | ❌ |
166
+
|| Oracle Linux 6.4+ | ✅ |
167
+
|| Red Hat Enterprise Linux Server 8.5, 8.6 | ❌ |
168
+
|| Red Hat Enterprise Linux Server 8, 8.1, 8.2, 8.3, 8.4 | ❌ |
169
+
|| Red Hat Enterprise Linux Server 7 | ✅ |
170
+
|| Red Hat Enterprise Linux Server 6 | ❌ |
171
+
|| Red Hat Enterprise Linux Server 6.7+ | ✅ |
172
+
|| SUSE Linux Enterprise Server 15.2 | ❌ |
173
+
|| SUSE Linux Enterprise Server 15.1 | ❌ |
174
+
|| SUSE Linux Enterprise Server 15 SP1 | ❌ |
175
+
|| SUSE Linux Enterprise Server 15 | ❌ |
176
+
|| SUSE Linux Enterprise Server 12 SP5 | ✅ |
177
+
|| SUSE Linux Enterprise Server 12 | ✅ |
178
+
|| Ubuntu 22.04 LTS | ❌ |
179
+
|| Ubuntu 20.04 LTS | ✅ |
180
+
|| Ubuntu 18.04 LTS | ✅ |
181
+
|| Ubuntu 16.04 LTS | ✅ |
182
+
|| Ubuntu 14.04 LTS | ✅ |
183
+
184
+
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads (PC, office, browser)<br>
185
+
<sup>2</sup> Requires Python (2 or 3) to be installed on the machine.<br>
| Windows 11 Enterprise (including multi-session) | ❌ |
206
+
| Windows 10 1803 (RS4) and higher | ❌ |
207
+
| Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only<sup>1</sup>) | ✅ |
153
208
154
209
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads (PC, office, browser)<br>
155
210
@@ -190,6 +245,8 @@ The following tables list the operating systems that are supported by WAD and LA
190
245
191
246
<sup>1</sup> Requires Python (2 or 3) to be installed on the machine.<br>
0 commit comments