From 6f286933d1fec1589df14673f00d7d9a96e4d19b Mon Sep 17 00:00:00 2001 From: mmahacek Date: Fri, 17 Oct 2025 15:22:13 -0700 Subject: [PATCH] Revise custom headers format in index.asciidoc Updated the format for custom headers in documentation. --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 78242ca..478529e 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -195,7 +195,7 @@ Otherwise, the event is sent as json. * There is no default value for this setting. Custom headers to use -format is `headers => ["X-My-Header", "%{host}"]` +format is `headers => [{"X-My-Header" => "%{host}"}, {"X-My-Header2" => "value"}]` [id="plugins-{type}s-{plugin}-http_compression"] ===== `http_compression`