Oliver
Oliver
Sorry in advance for jumping in this thread with another troubleshooting question. I tried to implement @GregHanson's suggestion but was not able to reproduce per-pod access logging. (I'm running Istio...
@esnible @GregHanson Thanks for the suggestions. I searched my pod's `config_dump` and could not find any configs merged from the `EnvoyFilter` (e.g. "`/dev/stdout`"). Also ran `istioctl proxy-config listener ollies-service-748d4749d5-vmv7l.myspace -o...
@esnible I amended the selector to just `myspace-service=ollies-service` to make this simpler, and because ``` $ kubectl get pods --namespace myspace --selector myspace-service=ollies-service --selector myspace-service-env=sandbox | wc -l 707 $...
@GregHanson I'm trying to enable access logs on a service pod with an Istio proxy sidecar injected on it. I updated the EnvoyFilter to use `context: ANY` and now it...
@GregHanson Not able to check log verbosity at the moment (for reasons outside the scope of this thread) but will do so when I can. On a related note, could...