From e87919dc927cbab2ad2aadc385524d07bed8e9ac Mon Sep 17 00:00:00 2001 From: Balazs Scheidler Date: Sat, 3 Feb 2024 16:40:23 +0100 Subject: [PATCH] news: updated news entry Signed-off-by: Balazs Scheidler --- news/feature-4814.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 news/feature-4814.md diff --git a/news/feature-4814.md b/news/feature-4814.md new file mode 100644 index 0000000000..428cd425d2 --- /dev/null +++ b/news/feature-4814.md @@ -0,0 +1,5 @@ +`syslog()` source driver: add support for RFC6587 style auto-detection of +octet-count based framing to avoid confusion that stems from the sender +using a different protocol to the server. This is automatically enabled for +both the `transport(tcp)` and the `transport(tls)` settings. You can disable +auto-detection by using `transport(text)` or `transport(framed)`.