File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
site/content/en/contributions/design Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ title: "Data Plane Observability: Accesslog"
44
55## Overview
66
7- Envoy supports extensible accesslog to different sinks, File, gRPC etc.
7+ Envoy supports extensible accesslog to different sinks, File, gRPC etc.
88
9- Envoy supports customizable access log formats using predefined fields as well as arbitrary HTTP request and response headers.
9+ Envoy supports customizable access log formats using predefined fields as well as arbitrary HTTP request and response headers.
1010
1111Envoy supports several built-in access log filters and extension filters that are registered at runtime.
1212
@@ -177,14 +177,14 @@ spec:
177177 accessLog :
178178 settings :
179179 - format :
180- type : JSON
181- json :
182- status : " %RESPONSE_CODE%"
183- message : " %LOCAL_REPLY_BODY%"
184- sinks :
185- - type : File
186- file :
187- path : /dev/stdout
180+ type : JSON
181+ json :
182+ status : " %RESPONSE_CODE%"
183+ message : " %LOCAL_REPLY_BODY%"
184+ sinks :
185+ - type : File
186+ file :
187+ path : /dev/stdout
188188` ` `
189189
190190- The following is an example with OpenTelemetry format access log.
You can’t perform that action at this time.
0 commit comments