Hi!
I have installed Istio 1.12.1 with helm on AWS EKS cluster 1.19
I have declared a telemetry configuration in istio-system namespace (root namespace) as shown here : Istio / Envoy Access Logs
apiVersion: telemetry.istio.io/v1alpha1
kind: Telemetry
metadata:
name: mesh-default
namespace: istio-system
spec:
accessLogging:
- {}
But there is no access log shown in any envoy proxies.
Is there anything missing?