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.
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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe Apigee hybrid documentation version 1.3 is end of life and should be upgraded to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eAccess logging, a feature of Istio ingress, provides information about traffic through the gateway but is disabled by default.\u003c/p\u003e\n"],["\u003cp\u003eOperational logging for all Apigee hybrid services is enabled by default and does not require any additional configuration.\u003c/p\u003e\n"],["\u003cp\u003eAccess logging can be enabled by adding \u003ccode\u003eenableAccesslog: true\u003c/code\u003e under the \u003ccode\u003eingress\u003c/code\u003e stanza in the overrides file.\u003c/p\u003e\n"],["\u003cp\u003eAccess logs can be viewed by retrieving a list of istio pods and then viewing the logs for the \u003ccode\u003eistio-ingressgateway\u003c/code\u003e pod in the \u003ccode\u003eistio-system\u003c/code\u003e namespace, with the logs presented in JSON format.\u003c/p\u003e\n"]]],[],null,[]]