Zugriffs-Logging ist eine Funktion von Istio Ingress. Wenn Sie das Zugriffs-Logging aktivieren, können Sie Informationen über den Traffic abrufen, der durch das Ingress-Gateway geleitet wird. Zugriffs-Logging ist standardmäßig deaktiviert.
Zugriffs-Logging aktivieren
Fügen Sie der Überschreibungsdatei folgende Zeilengruppe hinzu, um das Zugriffs-Logging zu aktivieren:
...
ingress:
enableAccesslog: true
...
Zugriffslogs anzeigen
Wenn Ihr Cluster ausgeführt wird, können Sie so Zugriffslogs ansehen:
Rufen Sie eine Liste der Istio-Pods ab:
kubectl get pods -n istio-system
So rufen Sie die Logs für den Pod istio-ingressgateway auf:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-03 (UTC)."],[[["The Apigee hybrid documentation version 1.3 is end of life and should be upgraded to a newer version."],["Access logging, a feature of Istio ingress, provides information about traffic through the gateway but is disabled by default."],["Operational logging for all Apigee hybrid services is enabled by default and does not require any additional configuration."],["Access logging can be enabled by adding `enableAccesslog: true` under the `ingress` stanza in the overrides file."],["Access logs can be viewed by retrieving a list of istio pods and then viewing the logs for the `istio-ingressgateway` pod in the `istio-system` namespace, with the logs presented in JSON format."]]],[]]