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:
Carlos Neto 2024-01-10 16:03:31 -03:00 committed by GitHub
parent 05341cf652
commit 7f84859fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: