Skip to content

Commit 34d823e

Browse files
committed
link fixed
1 parent d7e02b1 commit 34d823e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy-manage/remote-clusters/_snippets/trusted-environment-change-api-key.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ If you need to update the permissions granted by a cross-cluster API key for a r
55
::::
66

77

8-
1. On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](../api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key with the appropriate permissions. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
8+
1. On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](/deploy-manage/api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key with the appropriate permissions. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
99
2. Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next steps.
10-
3. From the navigation menu, select **Security** and locate the **Remote connections** section.
10+
3. From the navigation menu of your local deployment, select **Security** and locate the **Remote connections** section.
1111
4. Locate the API key currently used for connecting to the remote cluster, copy its current alias, and delete it.
1212
5. Add the new API key by selecting **Add API key**.
1313

1414
* For the **Remote cluster name**, enter the same alias that was used for the previous key.
1515

1616
::::{note}
17-
If you use a different alias, you also need to re-create the remote cluster in {{kib}} with a **Name** that matches the new alias.
17+
If you use a different alias, you also need to re-create the remote cluster in {{kib}} with a **Remote cluster name** that matches the new alias.
1818
::::
1919

2020
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key, then click **Add** to save the API key to the keystore.

0 commit comments

Comments
 (0)