From 579d0367b153693f40b58bcf9477684fe5abfac2 Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Fri, 2 Apr 2021 07:58:05 -0500 Subject: [PATCH] [DOCS] http.client_stats.enabled setting (#71188) --- docs/reference/modules/http.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 6b96a4a47d5e..0bedafeafef8 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -186,3 +186,7 @@ Defaults to `network.tcp.send_buffer_size`. (<>) The size of the TCP receive buffer (specified with <>). Defaults to `network.tcp.receive_buffer_size`. + +`http.client_stats.enabled`:: +(<>) +Enable or disable collection of HTTP client stats. Defaults to `true`.