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."],[[["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."]]],[]]