-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tcp and http doc #50
Conversation
since 0.14.12 fluent/fluentd@e4cd065#diff-b7643fca996c05977b0cb468e89f1cc9 Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
a719a39
to
f3362fd
Compare
plugins/input/http.md
Outdated
@type http | ||
bind 0.0.0.0 | ||
<transport tls> | ||
insecure true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insecure example is not good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed not to use insecure directive.
96f9932
plugins/input/tcp.md
Outdated
|
||
### How to Enable TLS Encryption | ||
|
||
Since v1.5.0, `in_tcp` support TLS tranport. Here is configuration example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in_tcp seems to support TLS from further back so removing since v1.5.0
is enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d3fd3fa fixed
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
bca173f
to
96f9932
Compare
docs for fluent/fluentd#2395 and in_tcp
@repeatedly could you review this, please?
cc. @edsiper