SOLVED

Need for proxy bypass for deploying MCAS log collector

Copper Contributor

Hi All,

I have 2 doubts regarding MCAS log collector deployment

 

  1. While going through Microsoft documentation I found that we have to bypass proxy authentication for deploying log collector. What happens if we don't bypass the proxy authentication?
  2. Below is a sample image of log collector from Microsoft documentation (echo 6f19225ea69cf5f178139551986d3d797c92a5a43bef46469fcc997aec2ccc6f) | docker run --name MyLogCollector -p 21:21 -p 20000-20099:20000-20099 -e "PUBLICIP='192.2.2.2'" -e "PROXY=192.168.10.1:8080" -e "CONSOLE=tenant2.eu1-rs.adallom.com" -e "COLLECTOR=MyLogCollector" --security-opt apparmor:unconfined --cap-add=SYS_ADMIN --restart unless-stopped -a stdin -i mcr.microsoft.com/mcas/logcollector starter

         So in the field bolded " PROXY=192.168.10.1:8080" ,  what does providing the proxy ip and               port do in this case?

 

Please provide answers asap..

 

Thanks 

1 Reply
best response confirmed by Rhul1545 (Copper Contributor)
Solution

@Rhul1545 

PROXY=192.168.10.1:8080 - If you have a Proxy deployed in your environment, this is how you would configure the Log Collector to send traffic to it. The IP is the IP of your Proxy and the port is the port your Proxy appliance needs to be listening on for traffic from the Log Collector. 

 

I'm not sure about bypassing authentication. I haven't heard of that and can't find it in documentation. Would you mind linking the article you saw this at? 

1 best response

Accepted Solutions
best response confirmed by Rhul1545 (Copper Contributor)
Solution

@Rhul1545 

PROXY=192.168.10.1:8080 - If you have a Proxy deployed in your environment, this is how you would configure the Log Collector to send traffic to it. The IP is the IP of your Proxy and the port is the port your Proxy appliance needs to be listening on for traffic from the Log Collector. 

 

I'm not sure about bypassing authentication. I haven't heard of that and can't find it in documentation. Would you mind linking the article you saw this at? 

View solution in original post