From 28767b33ca0f82b22f4ebfd1b89378cc487fecce Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 13 Feb 2019 11:15:06 +0100 Subject: [PATCH] log-format HAProxy --- HowtoGoAccess.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index 1b0ebf72..9f711c19 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -27,6 +27,12 @@ date-format %d/%b/%Y log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u" ~~~ +Pour HAProxy, le `log-format` est le suivant : + +~~~ +log-format %^ %^ %^ %^ %^ %h:%^ [%d:%t.%^] %^ %^ %^/%^/%^/%L/%^ %s %b %^ %^ %^ %^ %^ {%v|%u} "%m %U %H" +~~~ + Pour générer un rapport HTML (un seul fichier, les styles sont inline) : avec GoAccess 0.8.3 :