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
| Syslog | Events sent to the Linux event logging system|
68
+
| Performance counters | Numerical values measuring performance of different aspects of operating system and workloads |
69
+
| Log files | Entries sent to a file-based log|
70
70
71
71
## Data destinations
72
72
@@ -76,24 +76,24 @@ Configure one or more *data sinks* to send data to other destinations. The follo
76
76
77
77
### Windows diagnostics extension (WAD)
78
78
79
-
| Destination | Description |
80
-
|:---|:---|
81
-
| Azure Monitor Metrics | Collect performance data to Azure Monitor Metrics. See [Send Guest OS metrics to the Azure Monitor metric database](../essentials/collect-custom-metrics-guestos-resource-manager-vm.md). |
82
-
| Event hubs | Use Azure Event Hubs to send data outside of Azure. See [Streaming Azure Diagnostics data to Azure Event Hubs](diagnostics-extension-stream-event-hubs.md). |
83
-
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables. |
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). |
| Azure Monitor Metrics | Collect performance data to Azure Monitor Metrics. See [Send Guest OS metrics to the Azure Monitor metric database](../essentials/collect-custom-metrics-guestos-resource-manager-vm.md). |
82
+
| Event hubs | Use Azure Event Hubs to send data outside of Azure. See [Streaming Azure Diagnostics data to Azure Event Hubs](diagnostics-extension-stream-event-hubs.md).|
83
+
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables.|
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
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
90
90
LAD writes data to tables in Azure Storage. It supports the sinks in the following table.
91
91
92
-
| Destination | Description |
93
-
|:---|:---|
94
-
| Event hubs | Use Azure Event Hubs to send data outside of Azure. |
95
-
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables. |
96
-
| Azure Monitor Metrics | Install the Telegraf agent in addition to LAD. See [Collect custom metrics for a Linux VM with the InfluxData Telegraf agent](../essentials/collect-custom-metrics-linux-telegraf.md).
| Event hubs | Use Azure Event Hubs to send data outside of Azure.|
95
+
| Azure Storage blobs | Write data to blobs in Azure Storage in addition to tables.|
96
+
| Azure Monitor Metrics | Install the Telegraf agent in addition to LAD. See [Collect custom metrics for a Linux VM with the InfluxData Telegraf agent](../essentials/collect-custom-metrics-linux-telegraf.md).|
97
97
98
98
## Installation and configuration
99
99
@@ -103,35 +103,14 @@ You can also install and configure both the Windows and Linux diagnostics extens
103
103
104
104
See the following articles for information on installing and configuring the diagnostics extension for Windows and Linux:
105
105
106
-
-[Install and configure Azure Diagnostics extension for Windows](diagnostics-extension-windows-install.md)
107
-
-[Use Linux diagnostics extension to monitor metrics and logs](../../virtual-machines/extensions/diagnostics-linux.md)
106
+
*[Install and configure Azure Diagnostics extension for Windows](diagnostics-extension-windows-install.md)
107
+
*[Use Linux diagnostics extension to monitor metrics and logs](../../virtual-machines/extensions/diagnostics-linux.md)
108
108
109
109
## Supported operating systems
110
110
111
111
The following tables list the operating systems that are supported by WAD and LAD. See the documentation for each agent for unique considerations and for the installation process. See Telegraf documentation for its supported operating systems. All operating systems are assumed to be x64. x86 is not supported for any operating system.
112
112
113
-
### Option 1
114
-
115
-
#### Windows
116
-
117
-
* Windows Server 2019
118
-
* Windows Server 2016, 2016 Core
119
-
* Windows Server 2012 R2, 2012
120
-
* Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only)
@@ -151,9 +130,9 @@ The following tables list the operating systems that are supported by WAD and LA
151
130
| Windows 10 1803 (RS4) and higher | ❌ |
152
131
| Windows 10 Enterprise (including multi-session) and Pro (Server scenarios only<sup>1</sup>) | ✅ |
153
132
154
-
<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>
133
+
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads.
0 commit comments