Skip to content

Commit 618845c

Browse files
committed
resolving all pending issues
1 parent df470b6 commit 618845c

12 files changed

+17
-25
lines changed

deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet-self.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This snippet is in use in the following locations:
55
-->
66
To configure a self-managed cluster as a remote cluster, use the [cluster update settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). Configure the following fields:
77

8+
* `Remote cluster alias`: When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI as **Remote cluster name**.
89
* `mode`: `proxy`
910
* `proxy_address`: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port. Both IPv4 and IPv6 addresses are supported.
1011

@@ -35,8 +36,4 @@ PUT /_cluster/settings
3536
}
3637
```
3738

38-
::::{note}
39-
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
40-
::::
41-
4239
For a full list of available client connection settings in proxy mode, refer to [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).

deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It requires remote_type substitution to be defined
1111
-->
1212
To configure a deployment as a remote cluster, use the [cluster update settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). Configure the following fields:
1313

14+
* `Remote cluster alias`: When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI as **Remote cluster name**.
1415
* `mode`: `proxy`
1516
* `proxy_address`: This value can be found on the **Security** page of the {{remote_type}} you want to use as a remote. Copy the **Proxy address** from the **Remote cluster parameters** section. Also, using the API, this value can be obtained from the {{es}} resource info, concatenating the field `metadata.endpoint` and port `9400` using a semicolon.
1617

@@ -39,6 +40,4 @@ PUT /_cluster/settings
3940
}
4041
```
4142

42-
::::{note}
43-
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
44-
::::
43+
For a full list of available client connection settings in proxy mode, refer to [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).

deploy-manage/remote-clusters/ec-remote-cluster-ece.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
210210
If you’re having issues establishing the connection and the remote cluster is part of an {{ece}} environment with a private certificate, make sure that the proxy address and server name match with the the certificate information. For more information, refer to [Administering endpoints in {{ece}}](/deploy-manage/deploy/cloud-enterprise/change-endpoint-urls.md).
211211
::::
212212

213-
### Using the {{es}} API [ec_using_the_elasticsearch_api_3]
213+
### Using the {{es}} RESTful API [ec_using_the_elasticsearch_api_3]
214214

215215
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
216216
:::

deploy-manage/remote-clusters/ec-remote-cluster-other-ess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
145145
:::
146146

147147

148-
### Using the {{es}} API [ec_using_the_elasticsearch_api_2]
148+
### Using the {{es}} RESTful API [ec_using_the_elasticsearch_api_2]
149149

150150
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
151151
:::

deploy-manage/remote-clusters/ec-remote-cluster-same-ess.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,20 +165,20 @@ You can now connect remotely to the trusted clusters.
165165

166166
## Connect to the remote cluster [ec_connect_to_the_remote_cluster]
167167

168-
On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
168+
On the local cluster, add the remote cluster using {{kib}}, the {{es}} API, or the {{ecloud}} API.
169169

170170

171171
### Using {{kib}} [ec_using_kibana]
172172

173173
:::{include} _snippets/rcs-kibana-api-snippet.md
174174
:::
175175

176-
### Using the {{es}} API [ec_using_the_elasticsearch_api]
176+
### Using the {{es}} RESTful API [ec_using_the_elasticsearch_api]
177177

178178
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
179179
:::
180180

181-
### Using the {{ecloud}} API [ec_using_the_elasticsearch_service_restful_api]
181+
### Using the {{ecloud}} RESTful API [ec_using_the_elasticsearch_service_restful_api]
182182
```{applies_to}
183183
deployment:
184184
ess: deprecated

deploy-manage/remote-clusters/ec-remote-cluster-self-managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
224224
:::{include} _snippets/rcs-kibana-api-snippet-self.md
225225
:::
226226

227-
### Using the {{es}} API [ec_using_the_elasticsearch_api_4]
227+
### Using the {{es}} RESTful API [ec_using_the_elasticsearch_api_4]
228228

229229
:::{include} _snippets/rcs-elasticsearch-api-snippet-self.md
230230
:::

deploy-manage/remote-clusters/ece-remote-cluster-ece-ess.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ You can now connect remotely to the trusted clusters.
143143

144144
On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
145145

146-
% ECE locals only
147146
::::{note}
148147
This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remote-clusters/remote-clusters-self-managed.md#proxy-mode) and requires the ECE allocators to be able to connect to the remote address endpoint.
149148
::::
@@ -154,7 +153,7 @@ This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remot
154153
:::{include} _snippets/rcs-kibana-api-snippet.md
155154
:::
156155

157-
### Using the {{es}} API [ece_using_the_elasticsearch_api_3]
156+
### Using the {{es}} RESTful API [ece_using_the_elasticsearch_api_3]
158157

159158
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
160159
:::

deploy-manage/remote-clusters/ece-remote-cluster-other-ece.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ You can now connect remotely to the trusted clusters.
215215

216216
On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
217217

218-
% ECE locals only
219218
::::{note}
220219
This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remote-clusters/remote-clusters-self-managed.md#proxy-mode) and requires the ECE allocators to be able to connect to the remote address endpoint.
221220
::::
@@ -230,7 +229,7 @@ If you’re having issues establishing the connection and the remote cluster is
230229
::::
231230

232231

233-
### Using the {{es}} API [ece_using_the_elasticsearch_api_2]
232+
### Using the {{es}} RESTful API [ece_using_the_elasticsearch_api_2]
234233

235234
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
236235
:::

deploy-manage/remote-clusters/ece-remote-cluster-same-ece.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ You can now connect remotely to the trusted clusters.
169169

170170
## Connect to the remote cluster [ece_connect_to_the_remote_cluster]
171171

172-
On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
172+
On the local cluster, add the remote cluster using {{kib}}, the {{es}} API, or the ECE API.
173173

174-
% ECE locals only
175174
::::{note}
176175
This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remote-clusters/remote-clusters-self-managed.md#proxy-mode) and requires the ECE allocators to be able to connect to the remote address endpoint.
177176
::::
@@ -185,12 +184,12 @@ This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remot
185184
If you’re having issues establishing the connection and the remote cluster is part of an {{ece}} environment with a private certificate, make sure that the proxy address and server name match with the the certificate information. For more information, refer to [Administering endpoints in {{ece}}](/deploy-manage/deploy/cloud-enterprise/change-endpoint-urls.md).
186185
::::
187186

188-
### Using the {{es}} API [ece_using_the_elasticsearch_api]
187+
### Using the {{es}} RESTful API [ece_using_the_elasticsearch_api]
189188

190189
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
191190
:::
192191

193-
### Using the {{ece}} API [ece_using_the_elastic_cloud_enterprise_restful_api]
192+
### Using the {{ece}} RESTful API [ece_using_the_elastic_cloud_enterprise_restful_api]
194193
```{applies_to}
195194
deployment:
196195
ece: deprecated

deploy-manage/remote-clusters/ece-remote-cluster-self-managed.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ You can now connect remotely to the trusted clusters.
217217

218218
On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
219219

220-
% ECE locals only
221220
::::{note}
222221
This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remote-clusters/remote-clusters-self-managed.md#proxy-mode) and requires the ECE allocators to be able to connect to the remote address endpoint.
223222
::::
@@ -227,7 +226,7 @@ This configuration of remote clusters uses the [Proxy mode](/deploy-manage/remot
227226
:::{include} _snippets/rcs-kibana-api-snippet-self.md
228227
:::
229228

230-
### Using the {{es}} API [ece_using_the_elasticsearch_api_4]
229+
### Using the {{es}} RESTful API [ece_using_the_elasticsearch_api_4]
231230

232231
:::{include} _snippets/rcs-elasticsearch-api-snippet-self.md
233232
:::

0 commit comments

Comments
 (0)