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 version 1.1 for Apigee hybrid is end-of-life and users should upgrade to a newer version."],["Access logging, a feature of Istio ingress, provides traffic information but is disabled by default."],["Operational logging for all Apigee hybrid services is enabled by default and needs no configuration."],["To enable access logging, set `ingress: enableAccesslog: true` in the overrides file."],["Access logs can be viewed in JSON format by getting the logs for the `istio-ingressgateway` pod using kubectl."]]],[]]