DOC: configuration: add %[query] to %HQ

add %[query] to the alternative sample fetch for the logs
This commit is contained in:
William Lallemand 2023-09-13 15:56:23 +02:00
parent 3921bf80c7
commit 148f145d32

View File

@ -23767,6 +23767,7 @@ Please refer to the table below for currently defined variables :
| H | %HPO | HTTP path only (without host nor query string) | string |
+---+------+------------------------------------------------------+---------+
| H | %HQ | HTTP request URI query string (ex: ?bar=baz) | string |
| | | ?%[query] | |
+---+------+------------------------------------------------------+---------+
| H | %HU | HTTP request URI (ex: /foo?bar=baz) | string |
+---+------+------------------------------------------------------+---------+