From f9a77a099721467ed3940a7228868b0191e70b96 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 19 Aug 2024 14:15:15 +0900 Subject: [PATCH] out_http: add explanation about compress option (#514) Signed-off-by: Kentaro Hayashi --- output/http.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/output/http.md b/output/http.md index 7e090b64..888c93b8 100644 --- a/output/http.md +++ b/output/http.md @@ -120,6 +120,14 @@ Using the array format of JSON. This parameter is used and valid only for json f ... ``` +### `compress` + +| type | default | available values | version | +| :--- | :--- | :--- | :--- | +| enum | text | text/gzip | 1.17.1 | + +The option to compress HTTP request body. + ### `` Directive The format of the payload. The default `@type` is `json`.