@@ -13,36 +13,16 @@ resources:
13
13
type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
14
14
access_log :
15
15
- name : envoy.file_access_log
16
+ filter :
17
+ status_code_filter :
18
+ comparison :
19
+ op : GE
20
+ value :
21
+ default_value : 400
22
+ runtime_key : unused
16
23
typed_config :
17
24
'@type' : >-
18
25
type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog
19
- log_format :
20
- json_format :
21
- authority : ' %REQ(:AUTHORITY)%'
22
- bytes_received : ' %BYTES_RECEIVED%'
23
- bytes_sent : ' %BYTES_SENT%'
24
- connection_termination_details : ' %CONNECTION_TERMINATION_DETAILS%'
25
- downstream_local_address : ' %DOWNSTREAM_LOCAL_ADDRESS%'
26
- downstream_remote_address : ' %DOWNSTREAM_REMOTE_ADDRESS%'
27
- duration : ' %DURATION%'
28
- method : ' %REQ(:METHOD)%'
29
- path : ' %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%'
30
- protocol : ' %PROTOCOL%'
31
- request_id : ' %REQ(X-REQUEST-ID)%'
32
- requested_server_name : ' %REQUESTED_SERVER_NAME%'
33
- response_code : ' %RESPONSE_CODE%'
34
- response_code_details : ' %RESPONSE_CODE_DETAILS%'
35
- response_flags : ' %RESPONSE_FLAGS%'
36
- route_name : ' %ROUTE_NAME%'
37
- start_time : ' %START_TIME%'
38
- upstream_cluster : ' %UPSTREAM_CLUSTER%'
39
- upstream_host : ' %UPSTREAM_HOST%'
40
- upstream_local_address : ' %UPSTREAM_LOCAL_ADDRESS%'
41
- upstream_remote_address : ' %UPSTREAM_REMOTE_ADDRESS%'
42
- upstream_service_time : ' %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)%'
43
- upstream_transport_failure_reason : ' %UPSTREAM_TRANSPORT_FAILURE_REASON%'
44
- user_agent : ' %REQ(USER-AGENT)%'
45
- x_forwarded_for : ' %REQ(X-FORWARDED-FOR)%'
46
26
path : /dev/stdout
47
27
generate_request_id : false
48
28
http_filters :
@@ -331,3 +311,4 @@ resources:
331
311
filename : /etc/envoy/fullChain.pem
332
312
private_key :
333
313
filename : /etc/envoy/privKey.pem
314
+
0 commit comments