@@ -130,6 +130,7 @@ $ logshare-cli --api-key=<snip> --api-email=<snip> --zone-name=example.com --lis
130130 "CacheCacheStatus": "unknown | miss | expired | updating | stale | hit | ignored | bypass | revalidated",
131131 "CacheResponseBytes": "Number of bytes returned by the cache",
132132 "CacheResponseStatus": "HTTP status code returned by the cache to the edge: all requests (including non-cacheable ones) go through the cache: also see CacheStatus field",
133+ "CacheTieredFill": "Tiered Cache was used to serve this request (beta)",
133134 "ClientASN": "Client AS number",
134135 "ClientCountry": "Country of the client IP address",
135136 "ClientDeviceType": "Client device type",
@@ -143,24 +144,29 @@ $ logshare-cli --api-key=<snip> --api-email=<snip> --zone-name=example.com --lis
143144 "ClientRequestURI": "URI requested by the client",
144145 "ClientRequestUserAgent": "User agent reported by the client",
145146 "ClientSSLCipher": "Client SSL cipher",
146- "ClientSSLProtocol": "Client SSL protocol",
147+ "ClientSSLProtocol": "Client SSL (TLS) protocol",
147148 "ClientSrcPort": "Client source port",
148149 "EdgeColoID": "Cloudflare edge colo id",
149150 "EdgeEndTimestamp": "Unix nanosecond timestamp the edge finished sending response to the client",
150151 "EdgePathingOp": "Indicates what type of response was issued for this request (unknown = no specific action)",
151152 "EdgePathingSrc": "Details how the request was classified based on security checks (unknown = no specific classification)",
152153 "EdgePathingStatus": "Indicates what data was used to determine the handling of this request (unknown = no data)",
154+ "EdgeRequestHost": "Host header on the request from the edge to the origin (beta)",
153155 "EdgeResponseBytes": "Number of bytes returned by the edge to the client",
154156 "EdgeResponseCompressionRatio": "Edge response compression ratio",
157+ "EdgeResponseContentType": "Edge response Content-Type header value (beta)",
155158 "EdgeResponseStatus": "HTTP status code returned by Cloudflare to the client",
159+ "EdgeServerIP": "IP of the edge server making a request to the origin (beta)",
156160 "EdgeStartTimestamp": "Unix nanosecond timestamp the edge received request from the client",
157161 "OriginIP": "IP of the origin server",
158162 "OriginResponseBytes": "Number of bytes returned by the origin server",
159163 "OriginResponseHTTPExpires": "Value of the origin 'expires' header in RFC1123 format",
160164 "OriginResponseHTTPLastModified": "Value of the origin 'last-modified' header in RFC1123 format",
161165 "OriginResponseStatus": "Status returned by the origin server",
162166 "OriginResponseTime": "Number of nanoseconds it took the origin to return the response to edge",
167+ "OriginSSLProtocol": "SSL (TLS) protocol used to connect to the origin (beta)",
163168 "RayID": "Ray ID of the request",
169+ "SecurityLevel": "The security level configured at the time of this request. This is used to determine the sensitivity of the IP Reputation system.",
164170 "WAFAction": "Action taken by the WAF, if triggered",
165171 "WAFFlags": "Additional configuration flags: simulate (0x1) | null",
166172 "WAFMatchedVar": "The full name of the most-recently matched variable",
0 commit comments