From 97b449117ed8391eb6bd60cd53fb4131f8b08415 Mon Sep 17 00:00:00 2001 From: ryn9 <37161353+ryn9@users.noreply.github.com> Date: Fri, 28 Jul 2023 14:51:38 -0500 Subject: [PATCH 1/3] Update fluent-bit-docs/pipeline/inputs/http.md add section: ### TLS / SSL Signed-off-by: ryn9 <37161353+ryn9@users.noreply.github.com> --- pipeline/inputs/http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/inputs/http.md b/pipeline/inputs/http.md index b9e4b2776..11d9585b9 100644 --- a/pipeline/inputs/http.md +++ b/pipeline/inputs/http.md @@ -16,6 +16,10 @@ description: The HTTP input plugin allows you to send custom records to an HTTP | successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 | | success_header | Add an HTTP header key/value pair on success. Multiple headers can be set. Example: `X-Custom custom-answer` | | +### 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. + ## Getting Started The http input plugin allows Fluent Bit to open up an HTTP port that you can then route data to in a dynamic way. This plugin supports dynamic tags which allow you to send data with different tags through the same input. An example video and curl message can be seen below From 1a2651a4bc794f56af2246c1351addc9de8f29e6 Mon Sep 17 00:00:00 2001 From: ryn9 <37161353+ryn9@users.noreply.github.com> Date: Thu, 3 Aug 2023 07:54:03 -0500 Subject: [PATCH 2/3] 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> --- pipeline/inputs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/http.md b/pipeline/inputs/http.md index 11d9585b9..b8e8011c1 100644 --- a/pipeline/inputs/http.md +++ b/pipeline/inputs/http.md @@ -18,7 +18,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP ### 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. +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. ## Getting Started From d859f5ef48dce52faed7134bbb4f8382000482e6 Mon Sep 17 00:00:00 2001 From: ryn9 <37161353+ryn9@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:54:47 -0500 Subject: [PATCH 3/3] 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> --- pipeline/inputs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/http.md b/pipeline/inputs/http.md index b8e8011c1..10f842c01 100644 --- a/pipeline/inputs/http.md +++ b/pipeline/inputs/http.md @@ -18,7 +18,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP ### 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. +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.md) section. ## Getting Started