Skip to content

Commit e166af3

Browse files
authored
Merge pull request #247748 from bwren/freshness
Freshness
2 parents 5be1497 + 81d25f7 commit e166af3

40 files changed

+122
-485
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6280,6 +6280,36 @@
62806280
"redirect_url": "/azure/azure-monitor/containers/prometheus-authorization-proxy",
62816281
"redirect_document_id": false
62826282
},
6283+
{
6284+
"source_path_from_root": "/articles/azure-monitor/azure-cli-metrics-alert-sample.md",
6285+
"redirect_url": "/azure/azure-monitor/alerts/azure-cli-metrics-alert-sample",
6286+
"redirect_document_id": false
6287+
},
6288+
{
6289+
"source_path_from_root": "/articles/azure-monitor/terminology.md",
6290+
"redirect_url": "/azure/azure-monitor/overview",
6291+
"redirect_document_id": false
6292+
},
6293+
{
6294+
"source_path_from_root": "/articles/azure-monitor/logs/create-pipeline-datacollector-api.md",
6295+
"redirect_url": "/azure/azure-monitor/logs/data-collector-api",
6296+
"redirect_document_id": false
6297+
},
6298+
{
6299+
"source_path_from_root": "/articles/azure-monitor/visualize/vmext-troubleshoot.md",
6300+
"redirect_url": "/azure/azure-monitor/agents/vmext-troubleshoot",
6301+
"redirect_document_id": false
6302+
},
6303+
{
6304+
"source_path_from_root": "/articles/azure-monitor/logs/unify-app-resource-data.md",
6305+
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
6306+
"redirect_document_id": false
6307+
},
6308+
{
6309+
"source_path_from_root": "/articles/azure-monitor/insights/solution-agenthealth.md",
6310+
"redirect_url": "/azure/azure-monitor/agents/solution-agenthealth",
6311+
"redirect_document_id": false
6312+
},
62836313
{
62846314
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-hybrid-setup.md",
62856315
"redirect_url": "/azure/azure-monitor/containers/container-insights-enable-arc-enabled-clusters",

articles/azure-monitor/insights/solution-agenthealth.md renamed to articles/azure-monitor/agents/solution-agenthealth.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
title: Agent Health solution in Azure Monitor | Microsoft Docs
33
description: Learn how to use this solution to monitor the health of your agents reporting directly to Log Analytics or System Center Operations Manager.
44
ms.topic: conceptual
5-
author: bwren
6-
ms.author: bwren
7-
ms.date: 02/06/2020
5+
ms.date: 08/09/2023
86
ms.reviewer: shijain
97

108
---
@@ -17,8 +15,11 @@ You can also use the Agent Health solution to:
1715
* Keep track of how many agents are deployed and where they're distributed geographically.
1816
* Perform other queries to maintain awareness of the distribution of agents deployed in Azure, in other cloud environments, or on-premises.
1917

18+
> [!IMPORTANT]
19+
> The Agent Health solution only monitors the health of the [Log Analytics agent](log-analytics-agent.md) which is on a deprecation path. This solution doesn't monitor the health of the [Azure Monitor agent](agents-overview.md).
20+
2021
## Prerequisites
21-
Before you deploy this solution, confirm that you have supported [Windows agents](../agents/agent-windows.md) reporting to the Log Analytics workspace or reporting to an [Operations Manager management group](../agents/om-agents.md) integrated with your workspace.
22+
Before you deploy this solution, confirm that you have supported [Windows agents](../agents/agent-windows.md) reporting to the Log Analytics workspace or reporting to an [Operations Manager management group](agents-overview.md) integrated with your workspace.
2223

2324
## Management packs
2425
If your Operations Manager management group is connected to a Log Analytics workspace, the following management packs are installed in Operations Manager. These management packs are also installed on directly connected Windows computers after you add this solution:
@@ -29,7 +30,7 @@ If your Operations Manager management group is connected to a Log Analytics work
2930
There's nothing to configure or manage with these management packs. For more information on how solution management packs are updated, see [Connect Operations Manager to Log Analytics](../agents/om-agents.md).
3031

3132
## Configuration
32-
Add the Agent Health solution to your Log Analytics workspace by using the process described in [Add solutions](solutions.md). No further configuration is required.
33+
Add the Agent Health solution to your Log Analytics workspace by using the process described in [Add solutions](../insights/solutions.md). No further configuration is required.
3334

3435
## Supported agents
3536
The following table describes the connected sources that this solution supports.
@@ -42,7 +43,7 @@ The following table describes the connected sources that this solution supports.
4243
## Use the solution
4344
When you add the solution to your Log Analytics workspace, the **Agent Health** tile is added to your dashboard. This tile shows the total number of agents and the number of unresponsive agents in the last 24 hours.
4445

45-
![Screenshot that shows the Agent Health tile on the dashboard.](./media/solution-agenthealth/agenthealth-solution-tile-homepage.png)
46+
:::image type="content" source="media/solution-agenthealth/agenthealth-solution-tile-homepage.png" alt-text="Screenshot that shows the Agent Health tile on the dashboard." lightbox="media/solution-agenthealth/agenthealth-solution-tile-homepage.png":::
4647

4748
Select the **Agent Health** tile to open the **Agent Health** dashboard. The dashboard includes the columns in the following table. Each column lists the top 10 events by count that match that column's criteria for the specified time range. You can run a log search that provides the entire list. Select **See all** beneath each column or select the column heading.
4849

@@ -57,7 +58,7 @@ Select the **Agent Health** tile to open the **Agent Health** dashboard. The das
5758
| Geo-location of agents | A partition of the countries/regions where you have agents, and a total count of the number of agents that have been installed in each country/region|
5859
| Count of gateways installed | The number of servers that have the Log Analytics gateway installed, and a list of these servers|
5960

60-
![Screenshot that shows an example of the Agent Health solution dashboard.](./media/solution-agenthealth/agenthealth-solution-dashboard.png)
61+
:::image type="content" source="media/solution-agenthealth/agenthealth-solution-dashboard.png" alt-text="Screenshot that shows an example of the Agent Health solution dashboard." lightbox="media/solution-agenthealth/agenthealth-solution-dashboard.png":::
6162

6263
## Azure Monitor log records
6364
The solution creates one type of record in the Log Analytics workspace: heartbeat. Heartbeat records have the properties listed in the following table.

articles/azure-monitor/visualize/vmext-troubleshoot.md renamed to articles/azure-monitor/agents/vmext-troubleshoot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Troubleshoot the Azure Log Analytics VM extension
33
description: Describe the symptoms, causes, and resolution for the most common issues with the Log Analytics VM extension for Windows and Linux Azure VMs.
44
ms.topic: conceptual
5-
author: bwren
6-
ms.author: bwren
75
ms.date: 06/06/2019
86

97
---

articles/azure-monitor/azure-cli-metrics-alert-sample.md renamed to articles/azure-monitor/alerts/azure-cli-metrics-alert-sample.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Create metric alert monitors in Azure CLI
33
description: Learn how to create metric alerts in Azure Monitor with Azure CLI commands. These samples create alerts for a virtual machine and an App Service Plan.
44
ms.topic: sample
5-
author: bwren
6-
ms.author: bwren
75
ms.date: 04/05/2022
86
ms.custom: devx-track-azurecli
97

@@ -19,7 +17,7 @@ These samples create metric alert monitors in Azure Monitor by using Azure CLI c
1917

2018
This alert monitors an existing virtual machine named `VM07` in the resource group named `ContosoVMRG`.
2119

22-
You can create a resource group by using the [az group create](/cli/azure/group#az-group-create) command. For information about creating virtual machines, see [Create a Windows virtual machine with the Azure CLI](../virtual-machines/windows/quick-create-cli.md), [Create a Linux virtual machine with the Azure CLI](../virtual-machines/linux/quick-create-cli.md), and the [az vm create](/cli/azure/vm#az-vm-create) command.
20+
You can create a resource group by using the [az group create](/cli/azure/group#az-group-create) command. For information about creating virtual machines, see [Create a Windows virtual machine with the Azure CLI](../../virtual-machines/windows/quick-create-cli.md), [Create a Linux virtual machine with the Azure CLI](../../virtual-machines/linux/quick-create-cli.md), and the [az vm create](/cli/azure/vm#az-vm-create) command.
2321

2422
```azurecli
2523
# resource group name: ContosoVMRG
@@ -116,5 +114,5 @@ This article uses the following Azure CLI commands:
116114

117115
## Next steps
118116

119-
- [Azure Monitor CLI samples](cli-samples.md)
120-
- [Understand how metric alerts work in Azure Monitor](alerts/alerts-metric-overview.md)
117+
- [Azure Monitor CLI samples](../cli-samples.md)
118+
- [Understand how metric alerts work in Azure Monitor](alerts-metric-overview.md)

articles/azure-monitor/alerts/resource-manager-alerts-log.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Resource Manager template samples for log query alerts
33
description: Sample Azure Resource Manager templates to deploy Azure Monitor log query alerts.
44
ms.topic: sample
55
ms.custom: devx-track-arm-template
6-
author: bwren
7-
ms.author: bwren
86
ms.date: 05/11/2022
97
---
108

articles/azure-monitor/data-platform.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.tgt_pltfrm: na
77
ms.custom: ignite-2022
88
ms.workload: infrastructure-services
9-
ms.date: 07/28/2022
9+
ms.date: 08/09/2023
1010
ms.reviewer: bwren
1111
---
1212

@@ -30,9 +30,7 @@ Azure resources generate a significant amount of monitoring data. Azure Monitor
3030

3131
Metrics in Azure Monitor are stored in a time-series database that's optimized for analyzing time-stamped data. Time-stamping makes metrics well suited for alerting and fast detection of issues. Metrics can tell you how your system is performing but typically must be combined with logs to identify the root cause of issues.
3232

33-
Metrics are available for interactive analysis in the Azure portal with [Azure Metrics Explorer](essentials/metrics-getting-started.md). They can be added to an [Azure dashboard](app/tutorial-app-dashboards.md) for visualization in combination with other data and used for near-real-time [alerting](alerts/alerts-metric.md).
34-
35-
To read more about Azure Monitor metrics, including their sources of data, see [Metrics in Azure Monitor](essentials/data-platform-metrics.md).
33+
Azure Monitor Metrics includes two types of metrics - native metrics and Prometheus metrics. See a comparison of the two and further details about Azure Monitor metrics, including their sources of data, at [Metrics in Azure Monitor](essentials/data-platform-metrics.md).
3634

3735
### Logs
3836

@@ -68,19 +66,6 @@ Once [Change Analysis is enabled](./change/change-analysis-enable.md), the `Micr
6866

6967
Read more about Change Analysis, including data sources in [Use Change Analysis in Azure Monitor](./change/change-analysis.md).
7068

71-
## Compare Azure Monitor metrics and logs
72-
73-
The following table compares metrics and logs in Azure Monitor.
74-
75-
| Attribute | Metrics | Logs |
76-
|:---|:---|:---|
77-
| Benefits | Lightweight and capable of near-real time scenarios such as alerting. Ideal for fast detection of issues. | Analyzed with rich query language. Ideal for deep analysis and identifying root cause. |
78-
| Data | Numerical values only | Text or numeric data |
79-
| Structure | Standard set of properties including sample time, resource being monitored, a numeric value. Some metrics include multiple dimensions for further definition. | Unique set of properties depending on the log type. |
80-
| Collection | Collected at regular intervals. | May be collected sporadically as events trigger a record to be created. |
81-
| Analyze in Azure portal | Metrics Explorer | Log Analytics |
82-
| Data sources include | Platform metrics collected from Azure resources<br>Applications monitored by Application Insights<br>Azure Monitor agent<br>Custom defined by application or API | Application and resource logs<br>Azure Monitor agent<br>Application requests and exceptions<br>Logs ingestion API<br>Azure Sentinel<br>Microsoft Defender for Cloud |
83-
8469
## Collect monitoring data
8570
Different [sources of data for Azure Monitor](data-sources.md) will write to either a Log Analytics workspace (Logs) or the Azure Monitor metrics database (Metrics) or both. Some sources will write directly to these data stores, while others may write to another location such as Azure storage and require some configuration to populate logs or metrics.
8671

0 commit comments

Comments
 (0)