Skip to content

Commit aab13a7

Browse files
authored
Merge pull request #204410 from guywi-ms/gw-migration-cleanup
Agent migration content cleanup
2 parents e8f04cb + e497293 commit aab13a7

17 files changed

+440
-607
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7641,6 +7641,16 @@
76417641
"redirect_url": "/azure/azure-monitor/app/overview-dashboard",
76427642
"redirect_document_id": true
76437643
},
7644+
{
7645+
"source_path_from_root": "/articles/azure-monitor/agents/azure-monitor-agent-overview.md",
7646+
"redirect_url": "/azure/azure-monitor/agents/agents-overview",
7647+
"redirect_document_id": true
7648+
},
7649+
{
7650+
"source_path_from_root": "/azure/azure-monitor/agents/agents-overview.md#log-analytics-agent",
7651+
"redirect_url": "/azure/azure-monitor/agents/log-analytics-agent",
7652+
"redirect_document_id": true
7653+
},
76447654
{
76457655
"source_path_from_root": "/articles/cognitive-services/Computer-vision/deploy-computer-vision-on-container-instances.md",
76467656
"redirect_url": "/azure/cognitive-services/containers/azure-container-instance-recipe",

articles/azure-arc/servers/learn/tutorial-enable-vm-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/25/2022
77

88
# Tutorial: Monitor a hybrid machine with VM insights
99

10-
[Azure Monitor](../../../azure-monitor/overview.md) can collect data directly from your hybrid machines into a Log Analytics workspace for detailed analysis and correlation. Typically, this would require installing the [Log Analytics agent](../../../azure-monitor/agents/agents-overview.md#log-analytics-agent) on the machine using a script, manually, or an automated method following your configuration management standards. Now, Azure Arc-enabled servers can install the Log Analytics and Dependency agent [VM extension](../manage-vm-extensions.md) for Windows and Linux, enabling [VM insights](../../../azure-monitor/vm/vminsights-overview.md) to collect data from your non-Azure VMs.
10+
[Azure Monitor](../../../azure-monitor/overview.md) can collect data directly from your hybrid machines into a Log Analytics workspace for detailed analysis and correlation. Typically, this would require installing the [Log Analytics agent](../../../azure-monitor/agents/log-analytics-agent.md) on the machine using a script, manually, or an automated method following your configuration management standards. Now, Azure Arc-enabled servers can install the Log Analytics and Dependency agent [VM extension](../manage-vm-extensions.md) for Windows and Linux, enabling [VM insights](../../../azure-monitor/vm/vminsights-overview.md) to collect data from your non-Azure VMs.
1111

1212
<!---This tutorial shows you how to configure and collect data from your Linux or Windows machines by enabling VM insights following a simplified set of steps, which streamlines the experience and takes a shorter amount of time.--->
1313

articles/azure-arc/servers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you connect your machine to Azure Arc-enabled servers, you can perform many
3636
* Perform post-deployment configuration and automation tasks using supported [Arc-enabled servers VM extensions](manage-vm-extensions.md) for your non-Azure Windows or Linux machine.
3737
* **Monitor**:
3838
* Monitor operating system performance and discover application components to monitor processes and dependencies with other resources using [VM insights](../../azure-monitor/vm/vminsights-overview.md).
39-
* Collect other log data, such as performance data and events, from the operating system or workloads running on the machine with the [Log Analytics agent](../../azure-monitor/agents/agents-overview.md#log-analytics-agent). This data is stored in a [Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md).
39+
* Collect other log data, such as performance data and events, from the operating system or workloads running on the machine with the [Log Analytics agent](../../azure-monitor/agents/log-analytics-agent.md). This data is stored in a [Log Analytics workspace](../../azure-monitor/logs/log-analytics-workspace-overview.md).
4040

4141
> [!NOTE]
4242
> At this time, enabling Azure Automation Update Management directly from an Azure Arc-enabled server is not supported. See [Enable Update Management from your Automation account](../../automation/update-management/enable-from-automation-account.md) to understand requirements and [how to enable Update Management for non-Azure VMs](../../automation/update-management/enable-from-automation-account.md#enable-non-azure-vms).

articles/azure-monitor/agents/agent-manage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: bwren
66
ms.author: bwren
77
ms.date: 04/06/2022
88
ms.reviewer: luki
9-
109
---
1110

1211
# Managing and maintaining the Log Analytics agent for Windows and Linux

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

Lines changed: 203 additions & 97 deletions
Large diffs are not rendered by default.

articles/azure-monitor/agents/azure-monitor-agent-migration.md

Lines changed: 42 additions & 72 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 222 deletions
This file was deleted.

articles/azure-monitor/agents/data-collection-rule-azure-monitor-agent.md

Lines changed: 31 additions & 79 deletions
Large diffs are not rendered by default.

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ Azure Diagnostics extension is an [agent in Azure Monitor](../agents/agents-over
1616
## Primary scenarios
1717
The primary scenarios addressed by the diagnostics extension are:
1818

19-
- Collect guest metrics into Azure Monitor Metrics.
20-
- Send guest logs and metrics to Azure storage for archiving.
21-
- Send guest logs and metrics to Azure event hubs to send outside of Azure.
19+
Use the Azure Diagnostics extension if you need to:
20+
21+
- Send data to Azure Storage for archiving or to analyze it with tools such as [Azure Storage Explorer](../../vs-azure-tools-storage-manage-with-storage-explorer.md).
22+
- Send data to [Azure Monitor Metrics](../essentials/data-platform-metrics.md) to analyze it with [Metrics Explorer](../essentials/metrics-getting-started.md) and to take advantage of features such as near-real-time [metric alerts](../alerts/alerts-metric-overview.md) and [autoscale](../autoscale/autoscale-overview.md) (Windows only).
23+
- Send data to third-party tools by using [Azure Event Hubs](./diagnostics-extension-stream-event-hubs.md).
24+
- Collect [Boot Diagnostics](/troubleshoot/azure/virtual-machines/boot-diagnostics) to investigate VM boot issues.
25+
26+
Limitations of the Azure Diagnostics extension:
27+
28+
- Can only be used with Azure resources.
29+
- Limited ability to send data to Azure Monitor Logs.
2230

2331

2432
## Comparison to Log Analytics agent

articles/azure-monitor/agents/log-analytics-agent.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,30 @@ ms.reviewer: luki
1111

1212
# Log Analytics agent overview
1313

14-
The Azure Log Analytics agent collects telemetry from Windows and Linux virtual machines in any cloud, on-premises machines, and machines monitored by [System Center Operations Manager](/system-center/scom/). Collected data is sent to your Log Analytics workspace in Azure Monitor.
15-
16-
The Log Analytics agent also supports insights and other services in Azure Monitor, such as [VM insights](../vm/vminsights-enable-overview.md), [Microsoft Defender for Cloud](../../security-center/index.yml), and [Azure Automation](../../automation/automation-intro.md). This article provides a detailed overview of the agent, system and network requirements, and deployment methods.
14+
This article provides a detailed overview of the Log Analytics agent and the agent's system and network requirements and deployment methods.
1715

1816
>[!IMPORTANT]
1917
>The Log Analytics agent is on a **deprecation path** and won't be supported after **August 31, 2024**. If you use the Log Analytics agent to ingest data to Azure Monitor, [migrate to the new Azure Monitor agent](./azure-monitor-agent-migration.md) prior to that date.
2018
2119
You might also see the Log Analytics agent referred to as Microsoft Monitoring Agent (MMA).
2220

21+
## Primary scenarios
22+
23+
Use the Log Analytics agent if you need to:
24+
25+
* Collect logs and performance data from Azure virtual machines or hybrid machines hosted outside of Azure.
26+
* Send data to a Log Analytics workspace to take advantage of features supported by [Azure Monitor Logs](../logs/data-platform-logs.md), such as [log queries](../logs/log-query-overview.md).
27+
* Use [VM insights](../vm/vminsights-overview.md), which allows you to monitor your machines at scale and monitor their processes and dependencies on other resources and external processes.
28+
* Manage the security of your machines by using [Microsoft Defender for Cloud](../../security-center/security-center-introduction.md) or [Microsoft Sentinel](../../sentinel/overview.md).
29+
* Use [Azure Automation Update Management](../../automation/update-management/overview.md), [Azure Automation State Configuration](../../automation/automation-dsc-overview.md), or [Azure Automation Change Tracking and Inventory](../../automation/change-tracking/overview.md) to deliver comprehensive management of your Azure and non-Azure machines.
30+
* Use different [solutions](../monitor-reference.md#insights-and-curated-visualizations) to monitor a particular service or application.
31+
32+
Limitations of the Log Analytics agent:
33+
34+
- Can't send data to Azure Monitor Metrics, Azure Storage, or Azure Event Hubs.
35+
- Difficult to configure unique monitoring definitions for individual agents.
36+
- Difficult to manage at scale because each virtual machine has a unique configuration.
37+
2338
## Comparison to other agents
2439

2540
For a comparison between the Log Analytics and other agents in Azure Monitor, see [Overview of Azure Monitor agents](agents-overview.md).

0 commit comments

Comments
 (0)