Browse Source

[DOCS] http.client_stats.enabled setting (#71188)

Dan Hermann 4 years ago
parent
commit
579d0367b1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/reference/modules/http.asciidoc

+ 4 - 0
docs/reference/modules/http.asciidoc

@@ -186,3 +186,7 @@ Defaults to `network.tcp.send_buffer_size`.
 (<<static-cluster-setting,Static>>)
 The size of the TCP receive buffer (specified with <<size-units,size units>>).
 Defaults to `network.tcp.receive_buffer_size`.
+
+`http.client_stats.enabled`::
+(<<dynamic-cluster-setting,Dynamic>>)
+Enable or disable collection of HTTP client stats. Defaults to `true`.