Is Azure Monitor Agent same as Microsoft Sentinel Agent?

Sagun Katta 0 Reputation points
2024-08-29T22:10:27.56+00:00

Is Azure Monitor Agent same as Microsoft Sentinel Agent? on the following page https://learn.microsoft.com/en-us/training/modules/connect-data-to-azure-sentinel-with-data-connectors/3-understand-data-connector-providers ?

Also the diagrams at the bottom of the page are unclear. Could you please explain the following in detail?

The following diagram illustrates on-premises systems sending Syslog data to a dedicated Azure VM running the Microsoft Sentinel agent.

Diagram of Common Event Format architecture using Syslog on a dedicated Azure VM.

Alternatively, you can manually deploy the agent on an existing Azure VM, on a VM in another cloud, or an on-premises machine. The following diagram illustrates on-premises systems sending Syslog data to a dedicated on-premises system running the Microsoft Sentinel agent.

Diagram of Common Event Format architecture for sending Linux log data using Syslog on a dedicated on-premises system.

This question is related to the following Learning Module

Azure | Azure Training
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AmaranS 7,270 Reputation points Microsoft External Staff
    2024-09-02T05:38:00.5433333+00:00

    Hi,

    We understand that you are seeking clarification on whether the Azure Monitor Agent is the same as the Microsoft Sentinel Agent.

    Yes, the Azure Monitor Agent (AMA) and the so-called Microsoft Sentinel Agent refer to the same agent.

    1.Azure Monitor Agent is the official name of the agent responsible for collecting telemetry data (like logs and metrics) from your infrastructure and forwarding it to Azure services, including Microsoft Sentinel.

    2.The term "Microsoft Sentinel Agent" is not an official product name. It is often used informally to describe the role that the Azure Monitor Agent plays when it is configured specifically to send data to Microsoft Sentinel. So, they are the same agent, but the term Microsoft Sentinel Agent simply highlights its use case for Microsoft Sentinel.

    Explanation of the Diagrams:

    First Diagram explains

    This diagram shows how 'Syslog data' from an on-premises 'Linux device' is sent to Microsoft Sentinel:

    1.The CEF source on the Linux device generates logs. 2.These logs are sent via TCP/UDP port 514 to a Syslog daemon running on the same device.

    3.The Syslog daemon (Eg: rsyslog  or syslog-ng ) collects these logs and forwards them to the Azure Monitor Agent via a Unix domain socket.

    4.The AMA then sends this data securely over HTTPS (TCP 443) to the Microsoft Sentinel workspace in Azure.

    Second Diagram explains

    This diagram shows an architecture where multiple Linux devices send their logs to a centralized Linux log forwarder:

    1.Several Linux devices with CEF sources send their logs via TCP/UDP port 514 to a Syslog daemon running on a Linux log forwarder.

    2.The Syslog daemon collects logs from multiple sources and forwards them to the Azure Monitor Agent on the same log forwarder. 3.The AMA on the log forwarder aggregates the logs and sends them securely over HTTPS (TCP 443) to the Microsoft Sentinel workspace.

    To clarify the description provided, the following details should be noted:

    1.Microsoft Sentinel Agent on a Dedicated Azure VM:

    This refers to deploying the Azure Monitor Agent on an Azure Virtual Machine that is dedicated to collecting and forwarding Syslog data from on-premises systems to Microsoft Sentinel.

    2.Microsoft Sentinel Agent on a Dedicated On-Premises System: This refers to deploying the Azure Monitor Agent on a dedicated on-premises server that collects and forwards Syslog data from other on-premises devices to Microsoft Sentinel.

    Both descriptions are about how and where the Azure Monitor Agent (referred to here as the Microsoft Sentinel Agent) is deployed to collect and send Syslog data to Microsoft Sentinel, whether on an Azure VM, a VM in another cloud / an on-premises machine.

    Please don't hesitate to reach out to us if you have any further queries. I hope the information provided has been helpful to you! If so, please accept the answer by clicking the Accept Answer / Upvote on the post. We value your feedback, and it will help to assist others who might have a similar query. Thank you for your contribution in enhancing Microsoft Q&A!

     

     

    1 person found this answer helpful.
    0 comments No comments

  2. Marcin Policht 50,495 Reputation points MVP Volunteer Moderator
    2024-08-29T22:32:21.4733333+00:00

    This info is incorrect. There is no Azure Sentinel Agent. The diagram refers to Azure Monitor Agent


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.