mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 04:13:41 +00:00
Merge pull request #2435 from MicrosoftDocs/proxy
add log analytics proxy details
This commit is contained in:
@ -120,6 +120,16 @@ United States | ```us.vortex-win.data.microsoft.com``` <br> ```ussus1eastprod.bl
|
|||||||
|
|
||||||
If a proxy or firewall is blocking anonymous traffic, as Microsoft Defender ATP sensor is connecting from system context, make sure anonymous traffic is permitted in the previously listed URLs.
|
If a proxy or firewall is blocking anonymous traffic, as Microsoft Defender ATP sensor is connecting from system context, make sure anonymous traffic is permitted in the previously listed URLs.
|
||||||
|
|
||||||
|
### Log analytics agent requirements
|
||||||
|
|
||||||
|
The information below list the proxy and firewall configuration information required to communicate with Log Analytics agent (often referred to as Microsoft Monitoring Agent) for the previous versions of Windows such as Windows 7 SP1, Windows 8.1, Windows Server 2008 R2, Windows Server 2012 R2, and Windows Server 2016.
|
||||||
|
|
||||||
|
|Agent Resource|Ports |Direction |Bypass HTTPS inspection|
|
||||||
|
|------|---------|--------|--------|
|
||||||
|
|*.ods.opinsights.azure.com |Port 443 |Outbound|Yes |
|
||||||
|
|*.oms.opinsights.azure.com |Port 443 |Outbound|Yes |
|
||||||
|
|*.blob.core.windows.net |Port 443 |Outbound|Yes |
|
||||||
|
|
||||||
## Microsoft Defender ATP service backend IP range
|
## Microsoft Defender ATP service backend IP range
|
||||||
|
|
||||||
If your network devices don't support the URLs added to an "allow" list in the prior section, you can use the following information.
|
If your network devices don't support the URLs added to an "allow" list in the prior section, you can use the following information.
|
||||||
|
@ -113,7 +113,7 @@ The following steps are required to enable this integration:
|
|||||||
On the **Agent Setup Options** page, choose **Connect the agent to Azure Log Analytics (OMS)**.
|
On the **Agent Setup Options** page, choose **Connect the agent to Azure Log Analytics (OMS)**.
|
||||||
- [Install the agent using the command line](https://docs.microsoft.com/azure/log-analytics/log-analytics-windows-agents#install-the-agent-using-the-command-line) and [configure the agent using a script](https://docs.microsoft.com/azure/log-analytics/log-analytics-windows-agents#add-a-workspace-using-a-script).
|
- [Install the agent using the command line](https://docs.microsoft.com/azure/log-analytics/log-analytics-windows-agents#install-the-agent-using-the-command-line) and [configure the agent using a script](https://docs.microsoft.com/azure/log-analytics/log-analytics-windows-agents#add-a-workspace-using-a-script).
|
||||||
|
|
||||||
3. You'll need to configure proxy settings for the Microsoft Monitoring Agent. For more information, see [Configure proxy settings](https://docs.microsoft.com/azure/log-analytics/log-analytics-windows-agents#configure-proxy-settings).
|
3. You'll need to configure proxy settings for the Microsoft Monitoring Agent. For more information, see [Configure proxy settings](configure-proxy-internet.md).
|
||||||
|
|
||||||
Once completed, you should see onboarded servers in the portal within an hour.
|
Once completed, you should see onboarded servers in the portal within an hour.
|
||||||
|
|
||||||
@ -153,7 +153,9 @@ Support for Windows Server, version 1803 and Windows 2019 provides deeper insigh
|
|||||||
|
|
||||||
b. Run the following PowerShell command to verify that the passive mode was configured:
|
b. Run the following PowerShell command to verify that the passive mode was configured:
|
||||||
|
|
||||||
```Get-WinEvent -FilterHashtable @{ProviderName="Microsoft-Windows-Sense" ;ID=84}```
|
```PowerShell
|
||||||
|
Get-WinEvent -FilterHashtable @{ProviderName="Microsoft-Windows-Sense" ;ID=84}
|
||||||
|
```
|
||||||
|
|
||||||
c. Confirm that a recent event containing the passive mode event is found:
|
c. Confirm that a recent event containing the passive mode event is found:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user