Hi,

I have an HTTP frontend running on specific PORT for the purpose of
external health checks, so typical:

    mode http
    option httplog

I noticed the log lines though for haproxy v2.0.13 I installed from the
usual Ubuntu PPA from Vincent:

# haproxy -v
HA-Proxy version 2.0.13-1ppa1~bionic 2020/02/15 - https://haproxy.org/

are different from what I'm used to seeing in v1.8 lets say, looks like
some extra lines for the headers are being logged?

Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.accept(0009)=0012 from [IP:56142] ALPN=<none>
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.clireq[0012:ffffffff]: GET /monitor-url HTTP/1.1
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.clihdr[0012:ffffffff]: host: 10.0.4.33:PORT
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.clihdr[0012:ffffffff]: user-agent: ELB-HealthChecker/1.0
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.clihdr[0012:ffffffff]: accept: */*
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.clicls[0012:ffffffff]
Feb 27 03:37:21 ip-10-0-4-33 haproxy[21361]:
00000d56:monitor-in.closed[0012:ffffffff]

I don't have any log-format settings thus the default ones should be in
play so wonder if this is what I should see?

Thanks,
Igor

Reply via email to