mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Update remote cluster and security links (#112874)
* [DOCS] Update remote cluster and security links * Updating test link * Update URL for failing test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
97e232f105
commit
5b73ab1432
2 changed files with 5 additions and 5 deletions
|
@ -213,9 +213,9 @@ export class DocLinksService {
|
|||
migrateIndexAllocationFilters: `${ELASTICSEARCH_DOCS}migrate-index-allocation-filters.html`,
|
||||
nodeRoles: `${ELASTICSEARCH_DOCS}modules-node.html#node-roles`,
|
||||
releaseHighlights: `${ELASTICSEARCH_DOCS}release-highlights.html`,
|
||||
remoteClusters: `${ELASTICSEARCH_DOCS}modules-remote-clusters.html`,
|
||||
remoteClustersProxy: `${ELASTICSEARCH_DOCS}modules-remote-clusters.html#proxy-mode`,
|
||||
remoteClusersProxySettings: `${ELASTICSEARCH_DOCS}modules-remote-clusters.html#remote-cluster-proxy-settings`,
|
||||
remoteClusters: `${ELASTICSEARCH_DOCS}remote-clusters.html`,
|
||||
remoteClustersProxy: `${ELASTICSEARCH_DOCS}remote-clusters.html#proxy-mode`,
|
||||
remoteClusersProxySettings: `${ELASTICSEARCH_DOCS}remote-clusters-settings.html#remote-cluster-proxy-settings`,
|
||||
scriptParameters: `${ELASTICSEARCH_DOCS}modules-scripting-using.html#prefer-params`,
|
||||
setupUpgrade: `${ELASTICSEARCH_DOCS}setup-upgrade.html`,
|
||||
shardAllocationSettings: `${ELASTICSEARCH_DOCS}modules-cluster.html#cluster-shard-allocation-settings`,
|
||||
|
@ -346,7 +346,7 @@ export class DocLinksService {
|
|||
elasticsearchSettings: `${ELASTICSEARCH_DOCS}security-settings.html`,
|
||||
elasticsearchEnableSecurity: `${ELASTICSEARCH_DOCS}configuring-stack-security.html`,
|
||||
indicesPrivileges: `${ELASTICSEARCH_DOCS}security-privileges.html#privileges-list-indices`,
|
||||
kibanaTLS: `${KIBANA_DOCS}configuring-tls.html`,
|
||||
kibanaTLS: `${ELASTICSEARCH_DOCS}security-basic-setup.html#encrypt-internode-communication`,
|
||||
kibanaPrivileges: `${KIBANA_DOCS}kibana-privileges.html`,
|
||||
mappingRoles: `${ELASTICSEARCH_DOCS}mapping-roles.html`,
|
||||
mappingRolesFieldRules: `${ELASTICSEARCH_DOCS}role-mapping-resources.html#mapping-roles-rule-field`,
|
||||
|
|
|
@ -114,7 +114,7 @@ describe('health check', () => {
|
|||
);
|
||||
|
||||
expect(action.getAttribute('href')).toMatchInlineSnapshot(
|
||||
`"https://www.elastic.co/guide/en/kibana/mocked-test-branch/configuring-tls.html"`
|
||||
`"https://www.elastic.co/guide/en/elasticsearch/reference/mocked-test-branch/security-basic-setup.html#encrypt-internode-communication"`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue