elasticsearch/docs/reference/settings
David Turner 3e0959f308
Fix Watcher HTTP connection config for longevity (#72736)
Watcher uses a connection pool for outgoing HTTP traffic, which means
that some HTTP connections may live for a long time, possibly in an idle
state. Such connections may be silently torn down by a remote device, so
that when we re-use them we encounter a `Connection reset` or similar
error.

This commit introduces a setting allowing users to set a finite expiry
time on these connections, and also enables TCP keepalives on them by
default so that a remote teardown will be actively detected sooner.

Closes #52997
2021-05-06 08:28:39 +01:00
..
images [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
audit-settings.asciidoc Support audit ignore policy by actions (#67477) 2021-03-01 18:44:57 +01:00
ccr-settings.asciidoc [DOCS] Update CCR docs to focus on Kibana (#60555) 2020-08-17 15:36:54 -04:00
common-defs.asciidoc [DOCS] Add supported ESS settings to ES docs (#57953) 2020-07-02 14:13:06 -04:00
ilm-settings.asciidoc ILM: Make all the shrink action steps retryable (#70107) 2021-03-18 16:05:15 +00:00
license-settings.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
ml-settings.asciidoc [ML] increase the default value of xpack.ml.max_open_jobs from 20 to 512 for autoscaling improvements (#72487) 2021-04-30 07:55:57 -04:00
monitoring-settings.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
notification-settings.asciidoc Fix Watcher HTTP connection config for longevity (#72736) 2021-05-06 08:28:39 +01:00
security-hash-settings.asciidoc Introduce an additional hasher (PBKDF2_STRETCH) (#65328) 2020-11-26 13:29:19 +01:00
security-settings.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
slm-settings.asciidoc [DOCS] Fix case for 'Boolean' (#64299) 2020-10-29 09:04:43 -04:00
ssl-settings.asciidoc [DOCS] Document static/dynamic watcher settings (#62218) 2020-10-05 15:34:47 -04:00
transform-settings.asciidoc [DOCS] Clarifies default ML and transform node settings (#67671) 2021-01-19 14:19:37 -08:00