Skip to content

Commit dc8ab2b

Browse files
authored
[Ruleset Engine] Fix field name (#20868)
1 parent 848121f commit dc8ab2b

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ruleset-engine/rules-language/expressions

1 file changed

+1
-1
lines changed

src/content/docs/ruleset-engine/rules-language/expressions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Where:
4141
For example, this expression uses the `and` operator to target requests to `www.example.com` that are not on ports 80 or 443:
4242

4343
```txt
44-
host eq www.example.com and not cf.edge.server_port in {80 443}
44+
http.host eq www.example.com and not cf.edge.server_port in {80 443}
4545
```
4646

4747
Compound expressions have the following general syntax:

0 commit comments

Comments
 (0)