We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2f5fd commit f5260b3Copy full SHA for f5260b3
infrastructure/clusters/prod/controllers/ingress-nginx/release.yaml
@@ -37,4 +37,13 @@ spec:
37
use-forwarded-headers: "true"
38
forwarded-for-header: "True-Client-IP"
39
strict-validate-path-type: "false"
40
+ log-format-escape-json: "true"
41
+ log-format-upstream: >
42
+ {"time":"$time_iso8601","remote_addr":"$proxy_protocol_addr",
43
+ "x_forwarded_for":"$proxy_add_x_forwarded_for","request_id":"$req_id",
44
+ "bytes_sent":$bytes_sent,"request_time":$request_time,"status":$status,
45
+ "vhost":"$host","request_proto":"$server_protocol","path":"$uri",
46
+ "request_query":"$args","request_length":$request_length,
47
+ "method":"$request_method","http_referrer":"$http_referer",
48
+ "http_user_agent":"$http_user_agent"}
49
0 commit comments