Skip to content

Commit 7da067b

Browse files
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
1 parent b5f42af commit 7da067b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/reference/modules/indices/recovery.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ the resources available to handle the extra load that will result.
7676
`indices.recovery.use_snapshots`::
7777
(<<cluster-update-settings,Dynamic>>, Expert) Enables snapshot-based peer recoveries.
7878
+
79+
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+
7981
{es} recovers replicas and relocates primary shards using the _peer recovery_
8082
process, which involves constructing a new copy of a shard on the target node.
8183
When `indices.recovery.use_snapshots` is `false` {es} will construct this new

docs/reference/modules/remote-clusters.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ separately.
295295
`indexing_data`, and `false`. If unset, the global `transport.compress` is
296296
used as the fallback setting.
297297

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.
299+
298300
`cluster.remote.<cluster_alias>.transport.compression_scheme`::
299301

300302
Per cluster setting that enables you to configure compression scheme for
@@ -307,6 +309,8 @@ separately.
307309
is not explicitly set, `transport.compression_scheme` is used as the fallback
308310
setting.
309311

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.
313+
310314
[discrete]
311315
[[remote-cluster-sniff-settings]]
312316
=== Sniff mode remote cluster settings

docs/reference/modules/transport.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,17 @@ between nodes. The option `true` will compress all data. The option
5555
ingest, ccr following (excluding bootstrap), and operations based shard recovery
5656
(excluding transferring lucene files). Defaults to `false`.
5757

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+
5860
`transport.compression_scheme`::
5961
(<<static-cluster-setting,Static>>)
6062
Configures the compression scheme for `transport.compress`. The options are
6163
`deflate` or `lz4`. If `lz4` is configured and the remote node has not been
6264
upgraded to a version supporting `lz4`, the traffic will be sent uncompressed.
6365
Defaults to `deflate`.
6466

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.
68+
6569
`transport.ping_schedule`::
6670
(<<static-cluster-setting,Static>>)
6771
Schedule a regular application-level ping message

0 commit comments

Comments
 (0)