You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexing_data/lz4, recover from snapshot ESS only (#77130)
Compression using indexing_data or lz4 as well as recovery from snapshot
are primarily intended for ESS and is therefore marked ESS only in docs.
Relates #76237 and #74587
NOTE: This feature is designed for indirect use by Elasticsearch Service. Direct use is not supported. Elastic reserves the right to change or remove this feature in future releases without prior notice.
80
+
79
81
{es} recovers replicas and relocates primary shards using the _peer recovery_
80
82
process, which involves constructing a new copy of a shard on the target node.
81
83
When `indices.recovery.use_snapshots` is `false` {es} will construct this new
Copy file name to clipboardExpand all lines: docs/reference/modules/remote-clusters.asciidoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,8 @@ separately.
295
295
`indexing_data`, and `false`. If unset, the global `transport.compress` is
296
296
used as the fallback setting.
297
297
298
+
NOTE: The `indexing_data` option is designed for indirect use by Elasticsearch Service. Direct use is not supported. Elastic reserves the right to change or remove this feature in future releases without prior notice.
Per cluster setting that enables you to configure compression scheme for
@@ -307,6 +309,8 @@ separately.
307
309
is not explicitly set, `transport.compression_scheme` is used as the fallback
308
310
setting.
309
311
312
+
NOTE: The `lz4` option is designed for indirect use by Elasticsearch Service. Direct use is not supported. Elastic reserves the right to change or remove this feature in future releases without prior notice.
Copy file name to clipboardExpand all lines: docs/reference/modules/transport.asciidoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,17 @@ between nodes. The option `true` will compress all data. The option
55
55
ingest, ccr following (excluding bootstrap), and operations based shard recovery
56
56
(excluding transferring lucene files). Defaults to `false`.
57
57
58
+
NOTE: The `indexing_data` option is designed for indirect use by Elasticsearch Service. Direct use is not supported. Elastic reserves the right to change or remove this feature in future releases without prior notice.
59
+
58
60
`transport.compression_scheme`::
59
61
(<<static-cluster-setting,Static>>)
60
62
Configures the compression scheme for `transport.compress`. The options are
61
63
`deflate` or `lz4`. If `lz4` is configured and the remote node has not been
62
64
upgraded to a version supporting `lz4`, the traffic will be sent uncompressed.
63
65
Defaults to `deflate`.
64
66
67
+
NOTE: The `lz4` option is designed for indirect use by Elasticsearch Service. Direct use is not supported. Elastic reserves the right to change or remove this feature in future releases without prior notice.
0 commit comments