Dear list!

Author: Roberto Moreda <mor...@allenta.com>
Number of patches: 2

This is an automated relay of the Github pull request:
   FEATURE: Enhance handling of non-RFC conformant syslog messages

Patch title(s): 
   MINOR: log: detach prepare from parse message
   MEDIUM: log: add dontparselog and assume-rfc6587-ntf options

Link:
   https://github.com/haproxy/haproxy/pull/2887

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/2887.patch && vi 2887.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/2887.patch | git am -

Description:
   Hi!
   
   As discussed few weeks ago in issue #2856 , this is a PR
   that adds two useful options to the log-forward section.
   
   ```
   option dontparselog
     Enables HAProxy to relay syslog messages
   without attempting to parse and
     restructure them, useful for
   forwarding messages that may not conform to
     traditional formats.
   This option should be used with the format raw setting on
   destination log targets to ensure the original message content is
   preserved.
   
   option assume-rfc6587-ntf
     Directs HAProxy to
   treat incoming TCP log streams always as using
     non-transparent
   framing. This option simplifies the framing logic and ensures
   consistent handling of messages, particularly useful when dealing with
   improperly formed starting characters.
   ```
   
   Thanks a lot
   in advance for taking this into consideration.
   Best,
   Rober

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). Everyone is
   invited to comment, even the patch's author. Please keep the author and
   list CCed in replies. Please note that in absence of any response this
   pull request will be lost.


Reply via email to