From c16d0e9d74f2c2bd228d3e46dd66a228a8c30d23 Mon Sep 17 00:00:00 2001 From: Clemens Lieb Date: Fri, 5 Mar 2021 15:55:51 +0100 Subject: [PATCH] Take note of TLS limitation for TCP connections (#12373) * Take note of TLS limitation for TCP connections * Minor style update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- config/containers/logging/gelf.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/containers/logging/gelf.md b/config/containers/logging/gelf.md index deff9cd1c7..768b3f0cde 100644 --- a/config/containers/logging/gelf.md +++ b/config/containers/logging/gelf.md @@ -73,6 +73,10 @@ The `gelf` logging driver supports the following options: | `env` | optional | Applies when starting the Docker daemon. A comma-separated list of logging-related environment variables this daemon accepts. Adds additional key on the `extra` fields, prefixed by an underscore (`_`). Used for advanced [log tag options](log_tags.md). | `--log-opt env=os,customer` | | `env-regex` | optional | Similar to and compatible with `env`. A regular expression to match logging-related environment variables. Used for advanced [log tag options](log_tags.md). | `--log-opt env-regex=^(os|customer)` | +> **Note** +> +> The `gelf` driver does not support TLS for TCP connections. Messages sent to TLS-protected inputs can silently fail. + ### Examples This example configures the container to use the GELF server running at