Access logging Stay organized with collections Save and categorize content based on your preferences.
You are currently viewing version 1.3 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions.
Access logging is a feature provided with Istio ingress. By enabling access logging, you will be able to get information about the traffic that passes through the ingress gateway. Access logging is disabled by default.
All of the Apigee hybrid services running in the cluster output operational log information. Operational logging is enabled by default and requires no special configuration. SeeLogging overview.Enable access logging
To enable access logging, add the following stanza to your overrides file:
...ingress: enableAccesslog: true...
View access logs
When your cluster is running, you can view access logs as follows:
- Get a list of istio pods:
Note:kubectl get pods -n istio-system
istio-systemis the default namespace for istio. - View the logs for the
istio-ingressgatewaypod:kubectl logsistio-ingressgatway-pod-name -n istio-system
Logs are returned in JSON format.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.