elasticsearch/docs/reference/settings
Yang Wang f075d505c5
Automatically close idle connections in OIDC back-channel (#87773)
In some environment, the back-channel connection can be dropped
without sending a TCP RST to ES. When that happens, reusing the same
connection results into timeout error.

This PR adds a new http.connection_pool_ttl setting to control how long
a connection in the OIDC back-channel pool can be idle before it is
closed. This allows ES to more actively close idle connections to avoid
the timeout issue.

The new setting has a 3min default which means idle connections are
closed every 3 min if server response does not specify a shorter keep-alive.

Resolves: #75515
2022-06-20 22:31:17 +10: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 Remove support for configurable PKCS#11 keystores (#75404) 2021-07-19 17:56:15 +10:00
ilm-settings.asciidoc [DOCS] Add TSDS docs, take two (#87703) 2022-06-16 12:44:10 -04:00
license-settings.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
ml-settings.asciidoc [ML] use_auto_machine_memory_percent now defaults max_model_memory_limit (#80532) 2021-11-10 08:38:02 +00:00
monitoring-settings.asciidoc [DOCS] Deprecate monitoring settings (#79977) 2021-11-01 11:56:48 -07:00
notification-settings.asciidoc Add list of allowed domains for Watcher email action (#84894) 2022-03-16 08:03:58 -06:00
security-hash-settings.asciidoc Introduce an additional hasher (PBKDF2_STRETCH) (#65328) 2020-11-26 13:29:19 +01:00
security-settings.asciidoc Automatically close idle connections in OIDC back-channel (#87773) 2022-06-20 22:31:17 +10:00
snapshot-settings.asciidoc Make the ILM and SLM history_index_enabled settings dynamic (#86493) 2022-05-06 13:07:54 -04:00
ssl-settings.asciidoc [DOCS] Clarify HTTP and transport TLS settings (#79952) 2021-10-27 16:46:58 -04:00
transform-settings.asciidoc [Transform] Implement per-transform num_failure_retries setting. (#87361) 2022-06-09 15:22:06 +02:00