Skip to content

Commit

Permalink
Add http.compression Parameter Reference (#6051)
Browse files Browse the repository at this point in the history
* * [DOC] Added 'Search' nodes description in 'Creating a cluster' page
* [DOC] fix the tabulation of searchable snapshots snippet example

Signed-off-by: Carlos Neto <[email protected]>

* [DOC] add `http.compression` parameter reference

Signed-off-by: Carlos Neto <[email protected]>

* Update network-settings.md

---------

Signed-off-by: Carlos Neto <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
c-neto and Naarcha-AWS authored Jan 10, 2024
1 parent 05341cf commit 7f84859
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f84859

Please sign in to comment.