]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: ring: refer to newer RFC5424
authorLukas Tribus <lukas@ltri.eu>
Mon, 28 Apr 2025 12:07:31 +0000 (12:07 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Apr 2025 19:39:01 +0000 (21:39 +0200)
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.

doc/configuration.txt

index 900f6635bc489efbd351417709180004d2390493..503ad6227277bebcc14e4cbca8a13b5f7fc7a8d8 100644 (file)
@@ -5512,7 +5512,7 @@ timeout server <timeout>
 
     ring myring
         description "My local buffer"
-        format rfc3164
+        format rfc5424
         maxlen 1200
         size 32764
         timeout connect 5s