MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.29k stars 21.47k forks source link

Agent Name confusing and not consistent #89026

Closed ramganesh19 closed 2 years ago

ramganesh19 commented 2 years ago

[Enter feedback here]

What is reference in this page as Log Analytic Agents is referred a MicrosoftMonitoringAgent when deployed as Windows Extension and In the Heartbeat record in Log Analytic Workspace, the Category field as a value of Direct Agent.

Totally inconsistent across the various system and very confusing to endusers.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AnuragSingh-MSFT commented 2 years ago

@ramganesh19, thank you for sharing this feedback.

I understand the confusion you are going through regarding these terminologies. The following information should help clarify them.

Please note that The Log Analytics agents are on a deprecation path and will no longer be supported after August 31, 2024. If you use the Log Analytics agents to ingest data to Azure Monitor, make sure to migrate to the new Azure Monitor agent prior to that date.

Please let me know if you have any questions.

AnuragSingh-MSFT commented 2 years ago

@ramganesh19, We will now proceed to close this thread as we have not heard back from you. If there are further questions regarding this matter, please tag me in your reply and reopen the issue. We will gladly continue the discussion.

mikew3432 commented 1 month ago

Direct Agent is the (legacy) Log Analytics agent aka. Microsoft Monitoring Agent (it is deprecated but still working as of today for your Windows Server 2008 R2 / Windows Server 2012 / Windows Server 2012 R2 workloads).

As per this page - https://learn.microsoft.com/en-us/azure/azure-monitor/agents/agent-windows?tabs=setup-wizard - the KQL query for MMA / LA heartbeat should look for Category == "Direct Agent":

Heartbeat 
| where Category == "Direct Agent" 
| where TimeGenerated > ago(30m)  

Contrast with Azure Monitor Agent - https://learn.microsoft.com/en-us/azure/azure-monitor/agents/azure-monitor-agent-windows-client#verify-successful-setup - "the Category column should say 'Azure Monitor Agent'"