Skip to content

Commit 13c922a

Browse files
authored
HTTP input: add mention of gzipped content support (#1260)
Signed-off-by: Edmund Rhudy <[email protected]>
1 parent ca81bfb commit 13c922a

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
@@ -20,6 +20,10 @@ description: The HTTP input plugin allows you to send custom records to an HTTP
2020

2121
HTTP input plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section.
2222

23+
### gzipped content
24+
25+
The HTTP input plugin will accept and automatically handle gzipped content as of v2.2.1 as long as the header `Content-Encoding: gzip` is set on the received data.
26+
2327
## Getting Started
2428

2529
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)