Skip to content

Commit d5cb934

Browse files
committed
Testing new consolidated table
1 parent f2779fe commit d5cb934

File tree

1 file changed

+75
-18
lines changed

1 file changed

+75
-18
lines changed

articles/azure-monitor/agents/diagnostics-extension-overview.md

Lines changed: 75 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Configure one or more *data sinks* to send data to other destinations. The follo
8383
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables. |
8484
| 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). |
8585

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).
8787

8888
### Linux diagnostics extension (LAD)
8989

@@ -131,25 +131,80 @@ The following tables list the operating systems that are supported by WAD and LA
131131

132132
### Option 2
133133

134+
| Operating system | Version | Support |
135+
|:-----------------|:--------------------------------------------------------------------------------------------|:-------:|
136+
| Windows | | |
137+
| | Windows Server 2022 ||
138+
| | Windows Server 2022 Core ||
139+
| | Windows Server 2019 ||
140+
| | Windows Server 2019 Core ||
141+
| | Windows Server 2016 ||
142+
| | Windows Server 2016 Core ||
143+
| | Windows Server 2012 R2 ||
144+
| | Windows Server 2012 ||
145+
| | Windows Server 2008 R2 SP1 ||
146+
| | Windows Server 2008 R2 ||
147+
| | Windows Server 2008 SP2 ||
148+
| | Windows 11 Client & Pro ||
149+
| | 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>
186+
187+
<!--
188+
134189
#### Windows
135190
136-
| Operating system | Support | &nbsp; |
137-
|:--------------------------------------------------------------------------------------------------|:-------:|---|
138-
| Windows Server 2022 || |
139-
| Windows Server 2022 Core || |
140-
| Windows Server 2019 || |
141-
| Windows Server 2019 Core || |
142-
| Windows Server 2016 || |
143-
| Windows Server 2016 Core || |
144-
| Windows Server 2012 R2 || |
145-
| Windows Server 2012 || |
146-
| Windows Server 2008 R2 SP1 || |
147-
| Windows Server 2008 R2 || |
148-
| Windows Server 2008 SP2 || |
149-
| Windows 11 Client & Pro || |
150-
| Windows 11 Enterprise (including multi-session) || |
151-
| Windows 10 1803 (RS4) and higher || |
152-
| Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only<sup>1</sup>) || |
191+
| Operating system | Support |
192+
|:--------------------------------------------------------------------------------------------------|:-------:|
193+
| Windows Server 2022 | ❌ |
194+
| Windows Server 2022 Core | ❌ |
195+
| Windows Server 2019 | ✅ |
196+
| Windows Server 2019 Core | ❌ |
197+
| Windows Server 2016 | ✅ |
198+
| Windows Server 2016 Core | ✅ |
199+
| Windows Server 2012 R2 | ✅ |
200+
| Windows Server 2012 | ✅ |
201+
| Windows Server 2008 R2 SP1 | ✅ |
202+
| Windows Server 2008 R2 | ✅ |
203+
| Windows Server 2008 SP2 | ❌ |
204+
| Windows 11 Client & Pro | ❌ |
205+
| 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>) | ✅ |
153208
154209
<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>
155210
@@ -190,6 +245,8 @@ The following tables list the operating systems that are supported by WAD and LA
190245
191246
<sup>1</sup> Requires Python (2 or 3) to be installed on the machine.<br>
192247
248+
-->
249+
193250
## Other documentation
194251

195252
See the following articles for more information.

0 commit comments

Comments
 (0)