Forum Discussion
Need for proxy bypass for deploying MCAS log collector
Hi All,
I have 2 doubts regarding MCAS log collector deployment
- 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?
- 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
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?
- jurowleyMicrosoft
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?