Skip to content

Commit de85f1a

Browse files
authored
Update fluent-bit-docs/pipeline/inputs/http.md (#1172)
* Update fluent-bit-docs/pipeline/inputs/http.md add section: ### TLS / SSL Signed-off-by: ryn9 <[email protected]> * Update http.md to reference administration/transport-security Update http.md to reference administration/transport-security Signed-off-by: ryn9 <[email protected]> * Update http.md - TLS section using relative paths Update http.md - TLS section using relative paths Signed-off-by: ryn9 <[email protected]> --------- Signed-off-by: ryn9 <[email protected]>
1 parent 65df6a0 commit de85f1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/inputs/http.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ description: The HTTP input plugin allows you to send custom records to an HTTP
1616
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
1717
| success_header | Add an HTTP header key/value pair on success. Multiple headers can be set. Example: `X-Custom custom-answer` | |
1818

19+
### TLS / SSL
20+
21+
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.
22+
1923
## Getting Started
2024

2125
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

0 commit comments

Comments
 (0)