-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
Copy pathremoved_fields.lua
65 lines (61 loc) · 1.03 KB
/
removed_fields.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
return {
[2003003003] = {
file_log = {
"custom_fields_by_lua",
},
http_log = {
"custom_fields_by_lua",
},
loggly = {
"custom_fields_by_lua",
},
prometheus = {
"per_consumer",
},
syslog = {
"custom_fields_by_lua",
},
tcp_log = {
"custom_fields_by_lua",
},
udp_log = {
"custom_fields_by_lua",
},
zipkin = {
"tags_header",
},
},
[2004001002] = {
redis = {
"connect_timeout",
"keepalive_backlog",
"keepalive_pool_size",
"read_timeout",
"send_timeout",
},
syslog = {
"facility",
},
},
-- Any dataplane older than 2.6.0
[2005999999] = {
aws_lambda = {
"base64_encode_body",
},
grpc_web = {
"allow_origin_header",
},
request_termination = {
"echo",
"trigger",
},
},
-- Any dataplane older than 2.7.0
[2006999999] = {
rate_limiting = {
"redis_ssl",
"redis_ssl_verify",
"redis_server_name",
},
},
}