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
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/agents-overview.md
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,36 +283,16 @@ This section provides answers to common questions.
283
283
284
284
An agent is only required to collect data from the operating system and workloads in virtual machines. The virtual machines can be located in Azure, another cloud environment, or on-premises. See [Azure Monitor Agent overview](./agents-overview.md).
285
285
286
-
### How can I be notified when data collection from the Log Analytics agent stops?
286
+
### Does Azure Monitor Agent support data collection for the various Log Analytics solutions and Azure services like Microsoft Defender for Cloud and Microsoft Sentinel?
287
287
288
-
Use the steps described in [Create a new log search alert](../alerts/alerts-metric.md) to be notified when data collection stops. Use the following settings for the alert rule:
289
-
290
-
-**Define alert condition**: Specify your Log Analytics workspace as the resource target.
291
-
-**Alert criteria**:
292
-
-**Signal Name**: *Custom log search*.
293
-
-**Search query**: `Heartbeat | summarize LastCall = max(TimeGenerated) by Computer | where LastCall < ago(15m)`.
294
-
-**Alert logic**: **Based on***number of results*, **Condition***Greater than*, **Threshold value***0*.
295
-
-**Evaluated based on**: **Period (in minutes)***30*, **Frequency (in minutes)***10*.
296
-
-**Define alert details**:
297
-
-**Name**: *Data collection stopped*.
298
-
-**Severity**: *Warning*.
299
-
300
-
Specify an existing or new [action group](../alerts/action-groups.md) so that when the log search alert matches criteria, you're notified if you have a heartbeat missing for more than 15 minutes.
301
-
302
-
### Will Azure Monitor Agent support data collection for the various Log Analytics solutions and Azure services like Microsoft Defender for Cloud and Microsoft Sentinel?
303
-
304
-
Review the list of [Azure Monitor Agent extensions currently available in preview](#supported-services-and-features). These extensions are the same solutions and services now available by using the new Azure Monitor Agent instead.
288
+
For a list of features and services that use Azure Monitor Agent for data collection, see [Migrate to Azure Monitor Agent from Log Analytics agent](../agents/azure-monitor-agent-migration.md#migrate-additional-services-and-features).
305
289
306
-
You might see more extensions getting installed for the solution or service to collect extra data or perform transformation or processing as required for the solution or service. Then use Azure Monitor Agent to route the final data to Azure Monitor.
290
+
Some services might install other extensions to collect more data or to transforms or process data, and then use Azure Monitor Agent to route the final data to Azure Monitor.
307
291
308
292
The following diagram explains the new extensibility architecture.
309
293
310
294
:::image type="content" source="./media/azure-monitor-agent/extensibility-arch-new.png" lightbox="./media/azure-monitor-agent/extensibility-arch-new.png" alt-text="Diagram that shows extensions architecture.":::
311
295
312
-
### Is Azure Monitor Agent at parity with the Log Analytics agents?
313
-
314
-
Review the [current limitations](./azure-monitor-agent-overview.md#current-limitations) of Azure Monitor Agent when compared with Log Analytics agents.
315
-
316
296
### Does Azure Monitor Agent support non-Azure environments like other clouds or on-premises?
317
297
318
298
Both on-premises machines and machines connected to other clouds are supported for servers today, after you have the Azure Arc agent installed. For purposes of running Azure Monitor Agent and data collection rules, the Azure Arc requirement comes at *no extra cost or resource consumption*. The Azure Arc agent is only used as an installation mechanism. You don't need to enable the paid management features if you don't want to use them.
0 commit comments