Re: how to see the actual IP in the loadbalancer’s…

Hi,

I am not really sure if you are asking on the GCP side load balancer or in nginx proxy. However, if you are looking to check the logs information under GCP load balancer you can follow this link[1]. This documentation will guide you to enable the logs of your GCP’s load balancer. From there, or from the documentation it will show you different kinds of information that the load balancer captures.

For nginx proxy, you can use a monitoring tool[3] to check the traffic information. You can also check this link[4] to retrieve the actual IP.

[1]cloud.google.com/load-balancing/docs/https/https-logging-monitoring#log-fields

 

[2]stackoverflow.com/questions/57373638/google-cloud-tcp-load-balancer-forward-ip

 

[3]www.nginx.com/blog/monitoring-nginx/

 

[4]stackoverflow.com/questions/57373638/google-cloud-tcp-load-balancer-forward-ip

 

Read more here: Source link