Logging akses adalah fitur yang disediakan dengan ingress Istio. Dengan mengaktifkan logging akses, Anda akan dapat
mendapatkan informasi tentang traffic yang melewati gateway masuk. Logging akses dinonaktifkan secara default.
Mengaktifkan logging akses
Untuk mengaktifkan logging akses, tambahkan stanza berikut ke file penggantian Anda:
...
ingress:
enableAccesslog: true
...
Melihat log akses
Saat cluster berjalan, Anda dapat melihat log akses sebagai berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-12 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."]]],[]]