From 3e09b6c85e8e1eede2bfe998dffe4e3bb2e0ade8 Mon Sep 17 00:00:00 2001 From: Edmund Rhudy Date: Sat, 18 Nov 2023 12:24:06 -0500 Subject: [PATCH] HTTP input: add mention of gzipped content support Signed-off-by: Edmund Rhudy --- pipeline/inputs/http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/inputs/http.md b/pipeline/inputs/http.md index aead92d9d..fec2db0dc 100644 --- a/pipeline/inputs/http.md +++ b/pipeline/inputs/http.md @@ -20,6 +20,10 @@ description: The HTTP input plugin allows you to send custom records to an HTTP 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. +### gzipped content + +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. + ## 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