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-03-07 UTC."],[[["Apigee hybrid documentation version 1.2 is end of life and users should upgrade to a newer version."],["Access logging, a feature provided with Istio ingress, can provide information about traffic passing through the ingress gateway but is disabled by default."],["Operational logging for all Apigee hybrid services is enabled by default and requires no special configuration."],["To enable access logging, the `enableAccesslog: true` stanza must be added to the overrides file under ingress."],["Access logs can be viewed by getting a list of pods and then viewing the logs for the `istio-ingressgateway` pod, with logs returned in JSON format."]]],[]]