]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 fa6cffb64e9ee76bfc05f3bd131dc1a5fdb9e26a..d49d359a22f0f9e9f9736cd1d714d2ccd31a14b1 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  |
   +---+------+------------------------------------------------------+---------+