Add `http.compression` Parameter Reference (#6051)
* * [DOC] Added 'Search' nodes description in 'Creating a cluster' page * [DOC] fix the tabulation of searchable snapshots snippet example Signed-off-by: Carlos Neto <carlos.neto.dev@gmail.com> * [DOC] add `http.compression` parameter reference Signed-off-by: Carlos Neto <carlos.neto.dev@gmail.com> * Update network-settings.md --------- Signed-off-by: Carlos Neto <carlos.neto.dev@gmail.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
05341cf652
commit
7f84859fd5
|
@ -37,6 +37,8 @@ OpenSearch supports the following advanced network settings for HTTP communicati
|
|||
|
||||
- `http.publish_host` (Static, list): Specifies an address or addresses that an OpenSearch node publishes to other nodes for HTTP communication.
|
||||
|
||||
- `http.compression` (Static, Boolean): Enables support for compression using `Accept-Encoding` when applicable. When `HTTPS` is enabled, the default is `false`, otherwise, the default is `true`. Disabling compression for HTTPS helps mitigate potential security risks, such as `BREACH` attacks. To enable compression for HTTPS traffic, explicitly set `http.compression` to `true`.
|
||||
|
||||
## Advanced transport settings
|
||||
|
||||
OpenSearch supports the following advanced network settings for transport communication:
|
||||
|
|
Loading…
Reference in New Issue