mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Cloud Posture] add KSPM docs link (#140917)
This commit is contained in:
parent
56680ab18c
commit
cf4312658c
4 changed files with 17 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
import React from 'react';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import type { UseQueryResult } from '@tanstack/react-query';
|
||||
import { EuiEmptyPrompt } from '@elastic/eui';
|
||||
import { EuiEmptyPrompt, EuiLink } from '@elastic/eui';
|
||||
import { FormattedMessage } from '@kbn/i18n-react';
|
||||
import { NoDataPage } from '@kbn/kibana-react-plugin/public';
|
||||
import { css } from '@emotion/react';
|
||||
|
@ -58,8 +58,7 @@ const packageNotInstalledRenderer = (cisIntegrationLink?: string) => (
|
|||
solution={i18n.translate('xpack.csp.cloudPosturePage.packageNotInstalled.solutionNameLabel', {
|
||||
defaultMessage: 'Cloud Security Posture',
|
||||
})}
|
||||
// TODO: Add real docs link once we have it
|
||||
docsLink={'https://www.elastic.co/guide/index.html'}
|
||||
docsLink={'https://ela.st/kspm'}
|
||||
logo={'logoSecurity'}
|
||||
actions={{
|
||||
elasticAgent: {
|
||||
|
@ -68,12 +67,21 @@ const packageNotInstalledRenderer = (cisIntegrationLink?: string) => (
|
|||
title: i18n.translate('xpack.csp.cloudPosturePage.packageNotInstalled.buttonLabel', {
|
||||
defaultMessage: 'Add a CIS integration',
|
||||
}),
|
||||
description: i18n.translate(
|
||||
'xpack.csp.cloudPosturePage.packageNotInstalled.description',
|
||||
{
|
||||
defaultMessage:
|
||||
'Use our CIS Kubernetes Benchmark integration to measure your Kubernetes cluster setup against the CIS recommendations.',
|
||||
}
|
||||
description: (
|
||||
<FormattedMessage
|
||||
id="xpack.csp.cloudPosturePage.packageNotInstalled.description"
|
||||
defaultMessage="Use our {integrationFullName} (KSPM) integration to measure your Kubernetes cluster setup against CIS recommendations."
|
||||
values={{
|
||||
integrationFullName: (
|
||||
<EuiLink href="https://ela.st/kspm">
|
||||
<FormattedMessage
|
||||
id="xpack.csp.cloudPosturePage.packageNotInstalled.integrationNameLabel"
|
||||
defaultMessage="Kubernetes Security Posture Management"
|
||||
/>
|
||||
</EuiLink>
|
||||
),
|
||||
}}
|
||||
/>
|
||||
),
|
||||
},
|
||||
}}
|
||||
|
|
|
@ -9568,7 +9568,6 @@
|
|||
"xpack.csp.cloudPosturePage.errorRenderer.errorTitle": "Nous n'avons pas pu récupérer vos données sur le niveau de sécurité du cloud.",
|
||||
"xpack.csp.cloudPosturePage.loadingDescription": "Chargement...",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.buttonLabel": "Ajouter une intégration CIS",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.description": "Utilisez notre intégration CIS Kubernetes Benchmark pour mesurer votre configuration de cluster Kubernetes par rapport aux recommandations du CIS.",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.pageTitle": "Installer l'intégration pour commencer",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.solutionNameLabel": "Niveau de sécurité du cloud",
|
||||
"xpack.csp.cspEvaluationBadge.failLabel": "Échec",
|
||||
|
|
|
@ -9555,7 +9555,6 @@
|
|||
"xpack.csp.cloudPosturePage.errorRenderer.errorTitle": "クラウドセキュリティ態勢データを取得できませんでした",
|
||||
"xpack.csp.cloudPosturePage.loadingDescription": "読み込み中...",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.buttonLabel": "CIS統合を追加",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.description": "CIS Kubernetes Benchmark統合は、CISの推奨事項に照らしてKubernetesクラスター設定を測定します。",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.pageTitle": "開始するには統合をインストールしてください",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.solutionNameLabel": "クラウドセキュリティ態勢",
|
||||
"xpack.csp.cspEvaluationBadge.failLabel": "失敗",
|
||||
|
|
|
@ -9570,7 +9570,6 @@
|
|||
"xpack.csp.cloudPosturePage.errorRenderer.errorTitle": "我们无法提取您的云安全态势数据",
|
||||
"xpack.csp.cloudPosturePage.loadingDescription": "正在加载……",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.buttonLabel": "添加 CIS 集成",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.description": "使用我们的 CIS Kubernetes 基准集成根据 CIS 建议衡量 Kubernetes 集群设置。",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.pageTitle": "安装集成以开始",
|
||||
"xpack.csp.cloudPosturePage.packageNotInstalled.solutionNameLabel": "云安全态势",
|
||||
"xpack.csp.cspEvaluationBadge.failLabel": "失败",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue