Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remote clusters doc links (#205477)
Part of #199664 ## Summary As part of the work of the `Remote clusters: UX improvements` project, adding some links. The corresponding PR will be quite large so I've decided to add the doc links in a separated PR to avoid noise and simplify the review process. The added links are the following: | Name | Target link | Code link | |-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | management.apiKeys| https://www.elastic.co/guide/en/kibana/8.16/api-keys.html | `${KIBANA_DOCS}api-keys.html` | | elasticsearch.remoteClustersCreateCloudClusterApiKey | https://www.elastic.co/guide/en/elasticsearch/reference/8.16/security-api-create-cross-cluster-api-key.html| `${ELASTICSEARCH_DOCS}security-api-create-cross-cluster-api-key.html`| | elasticsearch.remoteClustersOnPremPrerequisitesApiKey | https://www.elastic.co/guide/en/elasticsearch/reference/8.16/remote-clusters-api-key.html#remote-clusters-prerequisites-api-key | `${ELASTICSEARCH_DOCS}remote-clusters-api-key.html#remote-clusters-prerequisites-api-key` | | elasticsearch.remoteClustersOnPremSecurityApiKey | https://www.elastic.co/guide/en/elasticsearch/reference/8.16/remote-clusters-api-key.html#remote-clusters-security-api-key| `${ELASTICSEARCH_DOCS}remote-clusters-api-key.html#remote-clusters-security-api-key` | | elasticsearch.remoteClustersOnPremPrerequisitesCert | https://www.elastic.co/guide/en/elasticsearch/reference/8.16/remote-clusters-cert.html#remote-clusters-prerequisites-cert| `${ELASTICSEARCH_DOCS}remote-clusters-cert.html#remote-clusters-prerequisites-cert`| | elasticsearch.remoteClustersOnPremSecurityCert| https://www.elastic.co/guide/en/elasticsearch/reference/8.16/remote-clusters-cert.html#remote-clusters-security-cert| `${ELASTICSEARCH_DOCS}remote-clusters-cert.html#remote-clusters-security-cert`|
- Loading branch information