fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

Revert "Update in_forward.txt" #494

Closed fujimotos closed 6 years ago

fujimotos commented 6 years ago

Problem

The commit 8c33943 fixes <transport tls> to <transport> in an assumption that the tls part is mistyped.

However, it is NOT a typo. In fact, if we define a transport section without the argument, Fluentd won't enable TLS encryption. So we need to revert the changeset done by #479.

Related Links

See lib/fluent/plugin_helper/server.rb:72 for details:

https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin_helper/server.rb#L71