Skip to content

Commit 8798e91

Browse files
authored
Merge pull request #207214 from guywi-ms/ama-overview-updates
Update agents-overview.md
2 parents c081574 + e14b9c8 commit 8798e91

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Azure Monitor Agent uses [data collection rules](../essentials/data-collection-r
4141
|:---|:---|:---|
4242
| Virtual machines, scale sets | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) | Installs the agent by using Azure extension framework. |
4343
| On-premises servers (Azure Arc-enabled servers) | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) (after installing the [Azure Arc agent](../../azure-arc/servers/deployment-options.md)) | Installs the agent by using Azure extension framework, provided for on-premises by first installing [Azure Arc agent](../../azure-arc/servers/deployment-options.md). |
44-
| Windows 10, 11 desktops, workstations | [Client installer (preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. |
45-
| Windows 10, 11 laptops | [Client installer (preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. The installer works on laptops, but the agent *isn't optimized yet* for battery or network consumption. |
44+
| Windows 10, 11 desktops, workstations | [Client installer (Public preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. |
45+
| Windows 10, 11 laptops | [Client installer (Public preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. The installer works on laptops, but the agent *isn't optimized yet* for battery or network consumption. |
4646

4747
1. Define a data collection rule and associate the resource to the rule.
4848

4949
The table below lists the types of data you can currently collect with the Azure Monitor Agent and where you can send that data.
5050

5151
| Data source | Destinations | Description |
5252
|:---|:---|:---|
53-
| Performance | Azure Monitor Metrics (preview)<sup>1</sup> - Insights.virtualmachine namespace<br>Log Analytics workspace - [Perf](/azure/azure-monitor/reference/tables/perf) table | Numerical values measuring performance of different aspects of operating system and workloads |
53+
| Performance | Azure Monitor Metrics (Public preview)<sup>1</sup> - Insights.virtualmachine namespace<br>Log Analytics workspace - [Perf](/azure/azure-monitor/reference/tables/perf) table | Numerical values measuring performance of different aspects of operating system and workloads |
5454
| Windows event logs | Log Analytics workspace - [Event](/azure/azure-monitor/reference/tables/Event) table | Information sent to the Windows event logging system |
5555
| Syslog | Log Analytics workspace - [Syslog](/azure/azure-monitor/reference/tables/syslog)<sup>2</sup> table | Information sent to the Linux event logging system |
5656
| Text logs | Log Analytics workspace - custom table | Events sent to log file on agent machine |
@@ -64,7 +64,7 @@ Azure Monitor Agent currently supports these Azure Monitor features:
6464

6565
| Azure Monitor feature | Current support | Other extensions installed | More information |
6666
| :--- | :--- | :--- | :--- |
67-
| Text logs and Windows IIS logs | Public preview | None | [Collect text logs with Azure Monitor Agent (preview)](data-collection-text-log.md) |
67+
| Text logs and Windows IIS logs | Public preview | None | [Collect text logs with Azure Monitor Agent (Public preview)](data-collection-text-log.md) |
6868
| Windows client installer | Public preview | None | [Set up Azure Monitor Agent on Windows client devices](azure-monitor-agent-windows-client.md) |
6969
| [VM insights](../vm/vminsights-overview.md) | Preview | Dependency Agent extension, if you’re using the Map Services feature | [Sign-up link](https://aka.ms/amadcr-privatepreviews) |
7070

@@ -75,7 +75,7 @@ Azure Monitor Agent currently supports these Azure services:
7575
| [Microsoft Defender for Cloud](../../security-center/security-center-introduction.md) | Preview | <ul><li>Azure Security Agent extension</li><li>SQL Advanced Threat Protection extension</li><li>SQL Vulnerability Assessment extension</li></ul> | [Sign-up link](https://aka.ms/AMAgent) |
7676
| [Microsoft Sentinel](../../sentinel/overview.md) | <ul><li>Windows DNS logs: Preview</li><li>Linux Syslog CEF: Preview</li><li>Windows Forwarding Event (WEF): [Public preview](../../sentinel/data-connectors-reference.md#windows-forwarded-events-preview)</li><li>Windows Security Events: [Generally available](../../sentinel/connect-windows-security-events.md?tabs=AMA)</li></ul> | Sentinel DNS extension, if you’re collecting DNS logs. For all other data types, you just need the Azure Monitor Agent extension. | <ul><li>[Sign-up link for Windows DNS logs](https://aka.ms/AMAgent)</li><li>[Sign-up link for Linux Syslog CEF](https://aka.ms/AMAgent)</li><li>No sign-up needed for Windows Forwarding Event (WEF) and Windows Security Events</li></ul> |
7777
| [Change Tracking](../../automation/change-tracking/overview.md) (part of Defender) | Supported as File Integrity Monitoring in the Microsoft Defender for Cloud: Preview. | Change Tracking extension | [Sign-up link](https://aka.ms/AMAgent) |
78-
| [Update Management](../../automation/update-management/overview.md) (available without Azure Monitor Agent) | Use Update Management v2 - Public preview | None | [Update management center (preview) documentation](/azure/update-center/) |
78+
| [Update Management](../../automation/update-management/overview.md) (available without Azure Monitor Agent) | Use Update Management v2 - Public preview | None | [Update management center (Public preview) documentation](/azure/update-center/) |
7979
| [Network Watcher](../../network-watcher/network-watcher-monitoring-overview.md) | Connection Monitor: Preview | Azure NetworkWatcher extension | [Sign-up link](https://aka.ms/amadcr-privatepreviews) |
8080

8181
## Supported regions
@@ -109,7 +109,7 @@ If the machine connects through a proxy server to communicate over the internet,
109109
The Azure Monitor Agent extensions for Windows and Linux can communicate either through a proxy server or a [Log Analytics gateway](./gateway.md) to Azure Monitor by using the HTTPS protocol. Use it for Azure virtual machines, Azure virtual machine scale sets, and Azure Arc for servers. Use the extensions settings for configuration as described in the following steps. Both anonymous and basic authentication by using a username and password are supported.
110110

111111
> [!IMPORTANT]
112-
> Proxy configuration is not supported for [Azure Monitor Metrics (preview)](../essentials/metrics-custom-overview.md) as a destination. If you're sending metrics to this destination, it will use the public internet without any proxy.
112+
> Proxy configuration is not supported for [Azure Monitor Metrics (Public preview)](../essentials/metrics-custom-overview.md) as a destination. If you're sending metrics to this destination, it will use the public internet without any proxy.
113113
114114
1. Use this flowchart to determine the values of the *`Settings` and `ProtectedSettings` parameters first.
115115

@@ -184,12 +184,12 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
184184
| | Azure | X | X | X |
185185
| | Other cloud (Azure Arc) | X | X | |
186186
| | On-premises (Azure Arc) | X | X | |
187-
| | Windows Client OS | X (Preview) | | |
187+
| | Windows Client OS | X (Public preview) | | |
188188
| **Data collected** | | | | |
189189
| | Event Logs | X | X | X |
190190
| | Performance | X | X | X |
191-
| | File based logs | X (Preview) | X | X |
192-
| | IIS logs | X (Preview) | X | X |
191+
| | File based logs | X (Public preview) | X | X |
192+
| | IIS logs | X (Public preview) | X | X |
193193
| | ETW events | | | X |
194194
| | .NET app logs | | | X |
195195
| | Crash dumps | | | X |
@@ -201,7 +201,7 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
201201
| | Event Hub | | | X |
202202
| **Services and features supported** | | | | |
203203
| | Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X | |
204-
| | VM Insights | | X (Preview) | |
204+
| | VM Insights | | X (Public preview) | |
205205
| | Azure Automation | | X | |
206206
| | Microsoft Defender for Cloud | | X | |
207207

@@ -216,16 +216,16 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
216216
| **Data collected** | | | | | |
217217
| | Syslog | X | X | X | |
218218
| | Performance | X | X | X | X |
219-
| | File based logs | X (Preview) | | | |
219+
| | File based logs | X (Public preview) | | | |
220220
| **Data sent to** | | | | | |
221221
| | Azure Monitor Logs | X | X | | |
222222
| | Azure Monitor Metrics<sup>1</sup> | X | | | X |
223223
| | Azure Storage | | | X | |
224224
| | Event Hub | | | X | |
225225
| **Services and features supported** | | | | | |
226226
| | Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X | | |
227-
| | VM Insights | X (Preview) | X | | |
228-
| | Container Insights | X (Preview) | X | | |
227+
| | VM Insights | X (Public preview) | X | | |
228+
| | Container Insights | X (Public preview) | X | | |
229229
| | Azure Automation | | X | | |
230230
| | Microsoft Defender for Cloud | | X | | |
231231

@@ -258,7 +258,7 @@ The following tables list the operating systems that Azure Monitor Agent and the
258258
| Azure Stack HCI | | X | |
259259

260260
<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>
261-
<sup>2</sup> Using the Azure Monitor agent [client installer (preview)](./azure-monitor-agent-windows-client.md)
261+
<sup>2</sup> Using the Azure Monitor agent [client installer (Public preview)](./azure-monitor-agent-windows-client.md)
262262

263263
#### Linux
264264

0 commit comments

Comments
 (0)