From c67ad3fb2aca8dc8ecb2e684b303ac8643cc8a9f Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 21 Sep 2015 13:56:04 -0400 Subject: [PATCH 1/2] [docs] Note that no http settings are dynamic Closes #13364 --- docs/reference/modules/http.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 3255361bf86..ef75bf100d2 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -91,6 +91,8 @@ simple message will be returned. Defaults to `true` It also uses the common <>. +Note that none of these settings is dynamically updatable. + [float] === Disable HTTP From 877754ba8997dc4587857678ade1d0cda39d620a Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 21 Sep 2015 14:32:22 -0400 Subject: [PATCH 2/2] reword docs --- docs/reference/modules/http.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index ef75bf100d2..cf3780e53fd 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -18,7 +18,9 @@ http://en.wikipedia.org/wiki/Chunked_transfer_encoding[HTTP chunking]. [float] === Settings -The following are the settings that can be configured for HTTP: +The settings in the table below can be configured for HTTP. Note that none of +them are dynamically updatable so for them to take effect they should be set in +`elasticsearch.yml`. [cols="<,<",options="header",] |======================================================================= @@ -91,8 +93,6 @@ simple message will be returned. Defaults to `true` It also uses the common <>. -Note that none of these settings is dynamically updatable. - [float] === Disable HTTP