Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ client request HTTP host as `host` field of 2 WAF events from zone-scoped

In the query above, we have variable placeholders: $tag, $start, and $end. We
provide values for those placeholders alongside the query by placing them into
`variables` field of the payload.
`variables` field of the payload. Note that the examples below use the UTC timezone, indicated by the letter "Z".

```json title="A set of variables"
{
Expand Down
Loading