Skip to content

Commit ae3afc1

Browse files
committed
docs: add maskAccessLogQuery filter to documentation
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
1 parent aed2c7a commit ae3afc1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/reference/filters.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,6 +2772,20 @@ unverifiedAuditLog()
27722772
unverifiedAuditLog("azp")
27732773
```
27742774

2775+
### maskAccessLogQuery
2776+
2777+
Filter `maskAccessLogQuery` masks values of the provided query parameters in access logs by replacing them with hashes. It accepts query parameter keys as arguments.
2778+
2779+
Examples:
2780+
2781+
```
2782+
maskAccessLogQuery("key_1")
2783+
```
2784+
2785+
```
2786+
maskAccessLogQuery("key_1", "key_2")
2787+
```
2788+
27752789
## Backend
27762790
### backendIsProxy
27772791

0 commit comments

Comments
 (0)