Skip to content

Commit 0952a72

Browse files
committed
fix: invalid sample media CDN log json format
1 parent 1045973 commit 0952a72

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

sample_data/media-cdn-sample.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"jsonPayload": {
44
"@type": "type.googleapis.com/google.cloud.edgecache.v1.EdgeCacheLogEntry",
55
"tlsVersion": "TLS 1.3",
6-
"tlsCipherSuite": "009C", // hex digits for the cipher negotiated
6+
"tlsCipherSuite": "009C",
77
"cacheId": "maa-132eed13faa13",
8-
"clientAsn": "9299", // AS the client is associated with
8+
"clientAsn": "9299",
99
"origin": "example_origin",
1010
"clientRegionCode": "IN",
1111
"metroIataCode": "bom",
12-
"clientCity": "Mumbai", // City name, in English
12+
"clientCity": "Mumbai",
1313
"latency": "0.005105200s",
1414
"proxyStatus": "Google-Edge-Cache",
1515
"httpTtfb": "0.005056080s",
@@ -18,16 +18,10 @@
1818
"cacheStatus": "hit,stale",
1919
"compressionAlgorithmApplied": "br",
2020
"enforcedSecurityPolicy": {
21-
"outcome": "ACCEPT",
2221
"configuredAction": "ACCEPT",
22+
"outcome": "ACCEPT",
2323
"name": "example_policy",
24-
"priority": 1000,
25-
"configuredAction": "DENY"
26-
threatIntelligence: {
27-
categories: [
28-
0: "iplist-public-clouds"
29-
]
30-
}
24+
"priority": 2147483647
3125
},
3226
"originalRequestId": "19d92668-3948-49d8-9244-25f8252043e5",
3327
"proxyRegionCode": "IN",

0 commit comments

Comments
 (0)