Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] update field listing #20

Merged
merged 1 commit into from
Jan 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ $ logshare-cli --api-key=<snip> --api-email=<snip> --zone-name=example.com --lis
"ClientSrcPort": "Client source port",
"EdgeColoID": "Cloudflare edge colo id",
"EdgeEndTimestamp": "Unix nanosecond timestamp the edge finished sending response to the client",
"EdgePathingStatus": "Edge pathing status",
"EdgePathingOp": "Indicates what type of response was issued for this request (unknown = no specific action)",
"EdgePathingSrc": "Details how the request was classified based on security checks (unknown = no specific classification)",
"EdgePathingStatus": "Indicates what data was used to determine the handling of this request (unknown = no data)",
"EdgeResponseBytes": "Number of bytes returned by the edge to the client",
"EdgeResponseCompressionRatio": "Edge response compression ratio",
"EdgeResponseStatus": "HTTP status code returned by Cloudflare to the client",
Expand All @@ -160,7 +162,11 @@ $ logshare-cli --api-key=<snip> --api-email=<snip> --zone-name=example.com --lis
"OriginResponseTime": "Number of nanoseconds it took the origin to return the response to edge",
"RayID": "Ray ID of the request",
"WAFAction": "Action taken by the WAF, if triggered",
"WAFFlags": "Additional configuration flags: simulate (0x1) | null",
"WAFMatchedVar": "The full name of the most-recently matched variable",
"WAFProfile": "WAF profile: low | med | high",
"WAFRuleID": "ID of the applied WAF rule",
"WAFRuleMessage": "Rule message associated with the triggered rule",
"ZoneID": "Internal zone ID"
}
```
Expand Down