DOC: configuration: add %[query] to %HQ
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 13 Sep 2023 13:56:23 +0000 (15:56 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 13 Sep 2023 13:56:23 +0000 (15:56 +0200)
add %[query] to the alternative sample fetch for the logs

doc/configuration.txt

index fa6cffb..d49d359 100644 (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  |
   +---+------+------------------------------------------------------+---------+