mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Replace Wikipedia links with attribute (#61171)
This commit is contained in:
parent
3b44274373
commit
a94e5cb7c4
78 changed files with 164 additions and 164 deletions
|
@ -53,7 +53,7 @@ The max size of allowed headers. Defaults to `8KB`.
|
|||
Support for compression when possible (with Accept-Encoding). If HTTPS is enabled, defaults to `false`. Otherwise, defaults to `true`.
|
||||
+
|
||||
Disabling compression for HTTPS mitigates potential security risks, such as a
|
||||
https://en.wikipedia.org/wiki/BREACH[BREACH attack]. To compress HTTPS traffic,
|
||||
{wikipedia}/BREACH[BREACH attack]. To compress HTTPS traffic,
|
||||
you must explicitly set `http.compression` to `true`.
|
||||
// end::http-compression-tag[]
|
||||
|
||||
|
@ -64,7 +64,7 @@ Defines the compression level to use for HTTP responses. Valid values are in the
|
|||
// tag::http-cors-enabled-tag[]
|
||||
`http.cors.enabled` {ess-icon}::
|
||||
Enable or disable cross-origin resource sharing, which determines whether a browser on another origin can execute requests against {es}. Set to `true` to enable {es} to process pre-flight
|
||||
https://en.wikipedia.org/wiki/Cross-origin_resource_sharing[CORS] requests.
|
||||
{wikipedia}/Cross-origin_resource_sharing[CORS] requests.
|
||||
{es} will respond to those requests with the `Access-Control-Allow-Origin` header if the `Origin` sent in the request is permitted by the `http.cors.allow-origin` list. Set to `false` (the default) to make {es} ignore the `Origin` request header, effectively disabling CORS requests because {es} will never respond with the `Access-Control-Allow-Origin` response header.
|
||||
+
|
||||
NOTE: If the client does not send a pre-flight request with an `Origin` header or it does not check the response headers from the server to validate the
|
||||
|
@ -124,7 +124,7 @@ The maximum number of warning headers in client HTTP responses. Defaults to `unb
|
|||
The maximum total size of warning headers in client HTTP responses. Defaults to `unbounded`.
|
||||
|
||||
`http.tcp.no_delay`::
|
||||
Enable or disable the https://en.wikipedia.org/wiki/Nagle%27s_algorithm[TCP no delay]
|
||||
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
||||
setting. Defaults to `network.tcp.no_delay`.
|
||||
|
||||
`http.tcp.keep_alive`::
|
||||
|
|
|
@ -34,7 +34,7 @@ at least some of the other nodes in the cluster. This setting provides the
|
|||
initial list of addresses this node will try to contact. Accepts IP addresses
|
||||
or hostnames. If a hostname lookup resolves to multiple IP addresses then each
|
||||
IP address will be used for discovery.
|
||||
https://en.wikipedia.org/wiki/Round-robin_DNS[Round robin DNS] -- returning a
|
||||
{wikipedia}/Round-robin_DNS[Round robin DNS] -- returning a
|
||||
different IP from a list on each lookup -- can be used for discovery; non-
|
||||
existent IP addresses will throw exceptions and cause another DNS lookup on the
|
||||
next round of pinging (subject to <<networkaddress-cache-ttl,JVM DNS
|
||||
|
@ -126,7 +126,7 @@ Any component that uses TCP (like the <<modules-http,HTTP>> and
|
|||
<<modules-transport,transport>> layers) share the following settings:
|
||||
|
||||
`network.tcp.no_delay`::
|
||||
Enable or disable the https://en.wikipedia.org/wiki/Nagle%27s_algorithm[TCP no delay]
|
||||
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
||||
setting. Defaults to `true`.
|
||||
|
||||
`network.tcp.keep_alive`::
|
||||
|
|
|
@ -53,7 +53,7 @@ TCP keep-alives apply to all kinds of long-lived connections and not just to
|
|||
transport connections.
|
||||
|
||||
`transport.tcp.no_delay`::
|
||||
Enable or disable the https://en.wikipedia.org/wiki/Nagle%27s_algorithm[TCP no delay]
|
||||
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
||||
setting. Defaults to `network.tcp.no_delay`.
|
||||
|
||||
`transport.tcp.keep_alive`::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue