What's the use of OMS Gateway server when we integrating windows/Linux with AMA Agent.

Muhammed Ajsal 20 Reputation points
2023-01-20T09:24:40.2066667+00:00

What's the use of Log Analytics Gateway Server When we integrating Windows servers with AMA Agent.

For Integrate Windows Servers with AMA Agent, first we need to make the server hybrid with azure arc, right?. To make server connected we need internet directly or through proxy, right?. So What's the use of gateway server for azure arc enabled servers ?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,663 questions
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 28,596 Reputation points MVP Volunteer Moderator
    2023-01-20T12:42:55.99+00:00

    Hi,

    Log Analytics Gateway (OMS Gateway) is an HTTP forward proxy that supports HTTP tunneling using the HTTP CONNECT command. This gateway sends data to Azure Automation and a Log Analytics workspace in Azure Monitor on behalf of the computers that cannot directly connect to the internet. The gateway is only for log agent related connectivity and does not support Azure Automation features like runbook, DSC, and others.

    To put it simple it is proxy specifically made for Azure Monitor or Log Analytics agents. When you have Gateway deployed instead of the agents on other servers connecting directly to Log Analytics via Internet they can connect to the Log Analytics Gateway and the Log Analytics Gateway connects to Internet. That way the servers with those agents do not have to have direct Internet connection. When you configure the agents on those machine you will specify the Gateway as their proxy.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

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.