Skip to content

Commit ebacfac

Browse files
clean up
1 parent 2ea0d84 commit ebacfac

26 files changed

+776
-327
lines changed

docs/reference/elasticsearch-plugins/analysis-icu.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ While we restrict ICU upgrades to major versions, you may find that an index cre
2020

2121
## Installation [analysis-icu-install]
2222

23-
::::{warning}
24-
Version 9.0.0-beta1 of the Elastic Stack has not yet been released. The plugin might not be available.
25-
::::
26-
27-
2823
This plugin can be installed using the plugin manager:
2924

3025
```sh

docs/reference/elasticsearch-plugins/store-smb-usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ The Store SMB plugin provides two storage types optimized for SMB:
1313
: a SMB specific implementation of the default [mmap fs](/reference/elasticsearch/index-settings/store.md#mmapfs)
1414

1515
`smb_simple_fs`
16-
: deprecated::[7.15,"smb_simple_fs is deprecated and will be removed in 8.0. Use smb_nio_fs or other file systems instead."]
16+
: :::{admonition} Deprecated in 7.15
17+
smb_simple_fs is deprecated and will be removed in 8.0. Use smb_nio_fs or other file systems instead.
18+
:::
1719

1820
`smb_nio_fs`
1921
: a SMB specific implementation of the default [nio fs](/reference/elasticsearch/index-settings/store.md#niofs)

docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ Rebalancing is important to ensure the cluster returns to a healthy and fully re
8989
`cluster.routing.allocation.type`
9090
: Selects the algorithm used for computing the cluster balance. Defaults to `desired_balance` which selects the *desired balance allocator*. This allocator runs a background task which computes the desired balance of shards in the cluster. Once this background task completes, {{es}} moves shards to their desired locations.
9191

92-
[8.8] May also be set to `balanced` to select the legacy *balanced allocator*. This allocator was the default allocator in versions of {{es}} before 8.6.0. It runs in the foreground, preventing the master from doing other work in parallel. It works by selecting a small number of shard movements which immediately improve the balance of the cluster, and when those shard movements complete it runs again and selects another few shards to move. Since this allocator makes its decisions based only on the current state of the cluster, it will sometimes move a shard several times while balancing the cluster.
9392

93+
:::{admonition} Deprecated in 8.8
94+
May also be set to `balanced` to select the legacy *balanced allocator*. This allocator was the default allocator in versions of {{es}} before 8.6.0. It runs in the foreground, preventing the master from doing other work in parallel. It works by selecting a small number of shard movements which immediately improve the balance of the cluster, and when those shard movements complete it runs again and selects another few shards to move. Since this allocator makes its decisions based only on the current state of the cluster, it will sometimes move a shard several times while balancing the cluster.
95+
:::
9496

9597

9698
## Shard balancing heuristics settings [shards-rebalancing-heuristics]

docs/reference/elasticsearch/configuration-reference/discovery-cluster-formation-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ applies_to:
1212

1313
`discovery.seed_hosts`
1414
: ([Static](docs-content://deploy-manage/deploy/self-managed/configure-elasticsearch.md#static-cluster-setting)) Provides a list of the addresses of the master-eligible nodes in the cluster. May also be a single string containing the addresses separated by commas. Each address has the format `host:port` or `host`. The `host` is either a host name to be resolved by DNS, an IPv4 address, or an IPv6 address. IPv6 addresses must be enclosed in square brackets. If a host name resolves via DNS to multiple addresses, {{es}} uses all of them. DNS lookups are subject to [JVM DNS caching](docs-content://deploy-manage/deploy/self-managed/networkaddress-cache-ttl.md). If the `port` is not given then it is determined by checking the following settings in order:
15+
1. `transport.profiles.default.port`
16+
2. `transport.port`
1517

16-
1. `transport.profiles.default.port`
17-
2. `transport.port`
18-
19-
If neither of these is set then the default port is `9300`. The default value for `discovery.seed_hosts` is `["127.0.0.1", "[::1]"]`. See [`discovery.seed_hosts`](docs-content://deploy-manage/deploy/self-managed/important-settings-configuration.md#unicast.hosts).
18+
If neither of these is set then the default port is `9300`. The default value for `discovery.seed_hosts` is `["127.0.0.1", "[::1]"]`. See [`discovery.seed_hosts`](docs-content://deploy-manage/deploy/self-managed/important-settings-configuration.md#unicast.hosts).
2019

2120

2221
`discovery.seed_providers`

docs/reference/elasticsearch/configuration-reference/index-lifecycle-management-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ These are the settings available for configuring [{{ilm}}](docs-content://manage
1515
## Cluster level settings [_cluster_level_settings_3]
1616

1717
`xpack.ilm.enabled`
18-
: ([Static](docs-content://deploy-manage/deploy/self-managed/configure-elasticsearch.md#static-cluster-setting), Boolean) [7.8.0]<br> This deprecated setting has no effect and will be removed in Elasticsearch 8.0.
18+
: ([Static](docs-content://deploy-manage/deploy/self-managed/configure-elasticsearch.md#static-cluster-setting), Boolean)
19+
20+
:::{admonition} Deprecated in 7.8.0
21+
This deprecated setting has no effect and will be removed in Elasticsearch 8.0.
22+
:::
1923

2024
`indices.lifecycle.history_index_enabled`
2125
: ([Dynamic](docs-content://deploy-manage/deploy/self-managed/configure-elasticsearch.md#dynamic-cluster-setting), Boolean) Whether ILM’s history index is enabled. If enabled, ILM will record the history of actions taken as part of ILM policies to the `ilm-history-*` indices. Defaults to `true`.

docs/reference/elasticsearch/configuration-reference/index-management-settings.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,25 @@ $$$reindex-remote-whitelist$$$
9393
: Specifies the path to the PEM encoded private key associated with the certificate used for client authentication (`reindex.ssl.certificate`). You cannot specify both `reindex.ssl.key` and `reindex.ssl.keystore.path`.
9494

9595
`reindex.ssl.key_passphrase` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
96-
: Specifies the passphrase to decrypt the PEM encoded private key (`reindex.ssl.key`) if it is encrypted. [7.17.0] Prefer `reindex.ssl.secure_key_passphrase` instead. Cannot be used with `reindex.ssl.secure_key_passphrase`.
96+
: Specifies the passphrase to decrypt the PEM encoded private key (`reindex.ssl.key`) if it is encrypted.
97+
98+
:::{admonition} Deprecated in 7.17.0
99+
Prefer `reindex.ssl.secure_key_passphrase` instead. Cannot be used with `reindex.ssl.secure_key_passphrase`.
100+
:::
97101

98102
`reindex.ssl.keystore.key_password` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
99-
: The password for the key in the keystore (`reindex.ssl.keystore.path`). Defaults to the keystore password. [7.17.0] Prefer `reindex.ssl.keystore.secure_key_password` instead. This setting cannot be used with `reindex.ssl.keystore.secure_key_password`.
103+
: The password for the key in the keystore (`reindex.ssl.keystore.path`). Defaults to the keystore password.
104+
105+
:::{admonition} Deprecated in 7.17.0
106+
Prefer `reindex.ssl.keystore.secure_key_password` instead. This setting cannot be used with `reindex.ssl.keystore.secure_key_password`.
107+
:::
100108

101109
`reindex.ssl.keystore.password` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
102-
: The password to the keystore (`reindex.ssl.keystore.path`). [7.17.0] Prefer `reindex.ssl.keystore.secure_password` instead. This setting cannot be used with `reindex.ssl.keystore.secure_password`.
110+
: The password to the keystore (`reindex.ssl.keystore.path`).
111+
112+
:::{admonition} Deprecated in 7.17.0
113+
Prefer `reindex.ssl.keystore.secure_password` instead. This setting cannot be used with `reindex.ssl.keystore.secure_password`.
114+
:::
103115

104116
`reindex.ssl.keystore.path` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
105117
: Specifies the path to the keystore that contains a private key and certificate to be used for HTTP client authentication (if required by the remote cluster). This keystore can be in "JKS" or "PKCS#12" format. You cannot specify both `reindex.ssl.key` and `reindex.ssl.keystore.path`.
@@ -117,7 +129,11 @@ $$$reindex-remote-whitelist$$$
117129
: The password to the keystore (`reindex.ssl.keystore.path`). This setting cannot be used with `reindex.ssl.keystore.password`.
118130

119131
`reindex.ssl.truststore.password` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
120-
: The password to the truststore (`reindex.ssl.truststore.path`). [7.17.0] Prefer `reindex.ssl.truststore.secure_password` instead. This setting cannot be used with `reindex.ssl.truststore.secure_password`.
132+
: The password to the truststore (`reindex.ssl.truststore.path`).
133+
134+
:::{admonition} Deprecated in 7.17.0
135+
Prefer `reindex.ssl.truststore.secure_password` instead. This setting cannot be used with `reindex.ssl.truststore.secure_password`.
136+
:::
121137

122138
`reindex.ssl.truststore.path` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
123139
: The path to the Java Keystore file that contains the certificates to trust. This keystore can be in "JKS" or "PKCS#12" format. You cannot specify both `reindex.ssl.certificate_authorities` and `reindex.ssl.truststore.path`.

docs/reference/elasticsearch/configuration-reference/index-recovery-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use the following *expert* setting to manage resources for peer recoveri
8181
## Recovery settings for managed services [recovery-settings-for-managed-services]
8282

8383
::::{note}
84-
{cloud-only}
84+
{{cloud-only}}
8585
::::
8686

8787

0 commit comments

Comments
 (0)