-
Notifications
You must be signed in to change notification settings - Fork 540
Update fluent-bit-docs/pipeline/inputs/http.md #1172
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
Conversation
add section: ### TLS / SSL Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com>
pipeline/inputs/http.md
Outdated
|
|
||
| ### TLS / SSL | ||
|
|
||
| HTTP input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. |
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.
I don't think that is the right link as it is in the outputs section.
We probably want to link to the general section for it: https://github.com/fluent/fluent-bit-docs/blob/master/administration/transport-security.md
Update http.md to reference administration/transport-security Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com>
|
@patrick-stephens - please see my update |
pipeline/inputs/http.md
Outdated
|
|
||
| ### TLS / SSL | ||
|
|
||
| HTTP input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](/administration/transport-security) section. |
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.
Ah, it needs to be a relative link, e.g.
fluent-bit-docs/pipeline/outputs/loki.md
Line 180 in 65df6a0
| * [Security & TLS](../../administration/transport-security.md): all about TLS configuration and certificates |
Gitbook then does the magic I believe.
Update http.md - TLS section using relative paths Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com>
|
@patrick-stephens - hoping 3rd time is the charm :) |
* Update fluent-bit-docs/pipeline/inputs/http.md add section: ### TLS / SSL Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com> * Update http.md to reference administration/transport-security Update http.md to reference administration/transport-security Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com> * Update http.md - TLS section using relative paths Update http.md - TLS section using relative paths Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com> --------- Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com> Signed-off-by: Tom <yao.lin@siemens.com>
add section: ### TLS / SSL