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)`.