From 148f145d32ea8634438e9b168804b65a67005b39 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 13 Sep 2023 15:56:23 +0200 Subject: [PATCH] DOC: configuration: add %[query] to %HQ add %[query] to the alternative sample fetch for the logs --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index fa6cffb64..d49d359a2 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 | +---+------+------------------------------------------------------+---------+