From: Lukas Tribus Date: Mon, 28 Apr 2025 12:07:31 +0000 (+0000) Subject: DOC: ring: refer to newer RFC5424 X-Git-Tag: v3.2-dev13~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f9ce99c799eaa8f58518201b58c32d970b10cdf;p=thirdparty%2Fhaproxy.git DOC: ring: refer to newer RFC5424 In the ring configuration example we refer to RFC3164 - the original BSD syslog protocol without support for structured data (SDATA). Let's refer to RFC5424 instead so SDATA is by default forwarded if someone copy & pastes from the documentation: https://discourse.haproxy.org/t/structured-data-lost-when-forwarding-logs-voa-syslog-forwarding-feature/11741/5 Should be backported to 2.6. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 900f6635b..503ad6227 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5512,7 +5512,7 @@ timeout server ring myring description "My local buffer" - format rfc3164 + format rfc5424 maxlen 1200 size 32764 timeout connect 5s