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-04-03 UTC."],[[["This documentation covers Apigee hybrid version 1.4, which is end of life and should be upgraded."],["Istio ingress provides access logging, which allows you to gather information about traffic through the gateway, although it is disabled by default."],["Enabling access logging can be done by adding `enableAccesslog: true` under the `ingress` section in the overrides file."],["You can view access logs by retrieving a list of Istio pods and then viewing the logs for the `istio-ingressgateway` pod."],["Apigee hybrid services output operational log information by default without any additional configuration."]]],[]]