Skip to content

Commit fa05a4b

Browse files
authored
feat: add information about fluentd tls connection
1 parent b64d612 commit fa05a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/manuals/engine/logging/drivers/fluentd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@ Users can use the `--log-opt NAME=VALUE` flag to specify additional Fluentd logg
8484
### fluentd-address
8585

8686
By default, the logging driver connects to `localhost:24224`. Supply the
87-
`fluentd-address` option to connect to a different address. `tcp`(default) and `unix` sockets are supported.
87+
`fluentd-address` option to connect to a different address. `tcp`(default), `tls` and `unix` sockets are supported.
8888

8989
```console
9090
$ docker run --log-driver=fluentd --log-opt fluentd-address=fluentdhost:24224
9191
$ docker run --log-driver=fluentd --log-opt fluentd-address=tcp://fluentdhost:24224
92+
$ docker run --log-driver=fluentd --log-opt fluentd-address=tls://fluentdhost:24224
9293
$ docker run --log-driver=fluentd --log-opt fluentd-address=unix:///path/to/fluentd.sock
9394
```
9495

0 commit comments

Comments
 (0)