@@ -448,6 +448,11 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
448
448
remoteClustersOnPremSetupTrustWithCert : `${ ELASTICSEARCH_DOCS } remote-clusters-cert.html` ,
449
449
remoteClustersOnPremSetupTrustWithApiKey : `${ ELASTICSEARCH_DOCS } remote-clusters-api-key.html` ,
450
450
remoteClustersCloudSetupTrust : `${ ELASTIC_WEBSITE_URL } guide/en/cloud/current/ec-enable-ccs.html` ,
451
+ remoteClustersCreateCloudClusterApiKey : `${ ELASTICSEARCH_DOCS } security-api-create-cross-cluster-api-key.html` ,
452
+ remoteClustersOnPremPrerequisitesApiKey : `${ ELASTICSEARCH_DOCS } remote-clusters-api-key.html#remote-clusters-prerequisites-api-key` ,
453
+ remoteClustersOnPremSecurityApiKey : `${ ELASTICSEARCH_DOCS } remote-clusters-api-key.html#remote-clusters-security-api-key` ,
454
+ remoteClustersOnPremPrerequisitesCert : `${ ELASTICSEARCH_DOCS } remote-clusters-cert.html#remote-clusters-prerequisites-cert` ,
455
+ remoteClustersOnPremSecurityCert : `${ ELASTICSEARCH_DOCS } remote-clusters-cert.html#remote-clusters-security-cert` ,
451
456
rollupMigratingToDownsampling : `${ ELASTICSEARCH_DOCS } rollup-migrating-to-downsampling.html` ,
452
457
rrf : `${ ELASTICSEARCH_DOCS } rrf.html` ,
453
458
scriptParameters : `${ ELASTICSEARCH_DOCS } modules-scripting-using.html#prefer-params` ,
@@ -540,6 +545,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
540
545
timelionSettings : `${ KIBANA_DOCS } advanced-options.html#kibana-timelion-settings` ,
541
546
generalSettings : `${ KIBANA_DOCS } advanced-options.html#kibana-general-settings` ,
542
547
savedObjectsApiList : `${ KIBANA_DOCS } saved-objects-api.html#saved-objects-api` ,
548
+ apiKeys : `${ KIBANA_DOCS } api-keys.html` ,
543
549
} ,
544
550
ml : {
545
551
guide : `${ MACHINE_LEARNING_DOCS } index.html` ,
0 commit comments