Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用云外壳查询负载均衡器?我需要找到所有击中它的 IP。
您可以通过选择资源类型在 Cloud Console日志查看器中查看访问您配置的 HTTP 负载均衡器的请求。Cloud HTTP Load Balancer
Cloud HTTP Load Balancer
如需详细查看,您可以将请求日志导出到 BigQuery 数据集并使用 SQL 执行强大的聚合。
注意:以上信息仅适用于 Google Cloud HTTP 负载均衡器。另一方面,网络负载均衡器只是将数据包转发到您的虚拟机,因此您需要直接在后端分析流量。