-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add http.compression
Parameter Reference
#6051
Conversation
* [DOC] fix the tabulation of searchable snapshots snippet example Signed-off-by: Carlos Neto <[email protected]>
Thanks for creating this PR, @c-neto! Much appreciated. @Naarcha-AWS - Can you please review this and get it merged? Thanks. |
_install-and-configure/configuring-opensearch/network-settings.md
Outdated
Show resolved
Hide resolved
342ebe7
to
65b6e9f
Compare
Signed-off-by: Carlos Neto <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-6051-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7f84859fd5da8f86838a1ba82dc84b57e79d0a0c
# Push it to GitHub
git push --set-upstream origin backport/backport-6051-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.11 2.11
# Navigate to the new working tree
pushd ../.worktrees/backport-2.11
# Create a new branch
git switch --create backport/backport-6051-to-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7f84859fd5da8f86838a1ba82dc84b57e79d0a0c
# Push it to GitHub
git push --set-upstream origin backport/backport-6051-to-2.11
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.11 Then, create a pull request where the |
* * [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]> (cherry picked from commit 7f84859)
* Update JWT documentation to recommend only using jwt_header or audit logging not both (#5914) * readd auth token doc Signed-off-by: Stephen Crawford <[email protected]> * Fix vale Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Apply suggestions from code review Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Apply suggestions from code review Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Fix embedded command Signed-off-by: Stephen Crawford <[email protected]> * Blank lines after headings Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * change Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Style guidelines Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Signed-off-by: Stephen Crawford <[email protected]> * Apply suggestions from code review Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Update _security/access-control/authentication-tokens.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * warn about audit logging of custom headers Signed-off-by: Stephen Crawford <[email protected]> * Update _security/authentication-backends/jwt.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> --------- Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> (cherry picked from commit 7d8a6a3) * 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 <[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]> (cherry picked from commit 7f84859) --------- Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Carlos Neto <[email protected]>
Description
Add the documentation of the field
http.compression
on the following page: 🔗 Install and Configure » Configuring OpenSearch » Network Settings » Advanced HTTP SettingsIssues Resolved
http.compression
Parameter Reference #6050Checklist