Remove experimental label for compression settings#76441
Merged
Tim-Brooks merged 1 commit intoelastic:masterfrom Aug 12, 2021
Merged
Remove experimental label for compression settings#76441Tim-Brooks merged 1 commit intoelastic:masterfrom
Tim-Brooks merged 1 commit intoelastic:masterfrom
Conversation
In 7.15, we intend for the `indexing_data` compression level and the compression scheme `lz4` to no longer be experimental. This commit updates the documentation to reflect this. Relates to elastic#73497.
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
Collaborator
|
Pinging @elastic/es-distributed (Team:Distributed) |
12 tasks
jrodewig
approved these changes
Aug 12, 2021
Contributor
jrodewig
left a comment
There was a problem hiding this comment.
LGTM with one minor note.
Comment on lines
+298
to
+305
| `cluster.remote.<cluster_alias>.transport.compression_scheme`:: | ||
|
|
||
| Per cluster setting that enables you to configure compression scheme for | ||
| requests to a specific remote cluster. This setting impacts only requests | ||
| sent to the remote cluster. If an inbound request is compressed, {es} | ||
| compresses the response using the same compression scheme. The setting options | ||
| are `deflate` and `lz4`. If unset, the global `transport.compression_scheme` | ||
| is used as the fallback setting. |
Contributor
There was a problem hiding this comment.
We should probably mention this setting in the PR/commit description.
Tim-Brooks
added a commit
to Tim-Brooks/elasticsearch
that referenced
this pull request
Aug 13, 2021
In 7.15, we intend for the indexing_data compression level and the compression scheme lz4 to no longer be experimental. This commit updates the documentation to reflect this. Additionally, it adds missing docs for the cluster.remote.*.transport.compression_scheme setting. Relates to elastic#73497.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In 7.15, we intend for the indexing_data compression level and the
compression scheme lz4 to no longer be experimental. This commit
updates the documentation to reflect this. Additionally, it adds
missing docs for the cluster.remote.*.transport.compression_scheme
setting.
Relates to #73497.