Skip to content

Commit

Permalink
added extensionProviders for envoy access logs to have logs in JSON f…
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Jul 26, 2022
1 parent b490a2d commit 2ab6b55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
spec:
accessLogging:
- providers:
- name: envoy
- name: stdout-json
```
### Configure Istio access logs for a selective workload
Expand Down
11 changes: 11 additions & 0 deletions resources/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ meshConfig:
address: "zipkin.kyma-system:9411"
enablePrometheusMerge: false
enableTracing: "{{ .Values.global.tracing.enabled }}"
extensionProviders:
- name: envoy
envoyFileAccessLog:
path: "/dev/stdout"
logFormat:
labels: {}
- name: stdout-json
envoyFileAccessLog:
path: "/dev/stdout"
logFormat:
labels: {}

components:
egressGateways:
Expand Down

0 comments on commit 2ab6b55

Please sign in to comment.