[APM] Removes the beta label from APM tutorial (#111499) (#111828)

This commit is contained in:
Oliver Gupte 2021-09-10 10:38:10 -04:00 committed by GitHub
parent 7f6df4a575
commit 5fbc1d4c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 6 deletions

View file

@ -48,7 +48,7 @@ const DISPLAY_MAP = {
[INSTRUCTION_VARIANT.LINUX]: 'Linux',
[INSTRUCTION_VARIANT.PHP]: 'PHP',
[INSTRUCTION_VARIANT.FLEET]: i18n.translate('home.tutorial.instruction_variant.fleet', {
defaultMessage: 'Elastic APM (beta) in Fleet',
defaultMessage: 'Elastic APM in Fleet',
}),
};

View file

@ -80,7 +80,7 @@ function TutorialFleetInstructions({ http, basePath, isDarkTheme }: Props) {
display="plain"
textAlign="left"
title={i18n.translate('xpack.apm.tutorial.apmServer.fleet.title', {
defaultMessage: 'Elastic APM (beta) now available in Fleet!',
defaultMessage: 'Elastic APM now available in Fleet!',
})}
description={i18n.translate(
'xpack.apm.tutorial.apmServer.fleet.message',

View file

@ -2997,7 +2997,6 @@
"home.tutorial.card.sampleDataDescription": "これらの「ワンクリック」データセットで Kibana の探索を始めましょう。",
"home.tutorial.card.sampleDataTitle": "サンプルデータ",
"home.tutorial.elasticCloudButtonLabel": "Elastic Cloud",
"home.tutorial.instruction_variant.fleet": "FleetのElastic APMベータ版",
"home.tutorial.instruction.copyButtonLabel": "スニペットをコピー",
"home.tutorial.instructionSet.checkStatusButtonLabel": "ステータスを確認",
"home.tutorial.instructionSet.customizeLabel": "コードスニペットのカスタマイズ",
@ -6984,7 +6983,6 @@
"xpack.apm.tutorial.apmServer.fleet.apmIntegration.button": "APM統合",
"xpack.apm.tutorial.apmServer.fleet.manageApmIntegration.button": "FleetでAPM統合を管理",
"xpack.apm.tutorial.apmServer.fleet.message": "APMA統合は、APMデータ用にElasticsearchテンプレートとIngest Nodeパイプラインをインストールします。",
"xpack.apm.tutorial.apmServer.fleet.title": "Elastic APMベータ版がFleetで提供されました。",
"xpack.apm.tutorial.apmServer.statusCheck.btnLabel": "APM Server ステータスを確認",
"xpack.apm.tutorial.apmServer.statusCheck.errorMessage": "APM Server が検出されました。7.0 以上に更新され、動作中であることを確認してください。",
"xpack.apm.tutorial.apmServer.statusCheck.successMessage": "APM Server が正しくセットアップされました",

View file

@ -3026,7 +3026,6 @@
"home.tutorial.card.sampleDataDescription": "开始使用这些“一键式”数据集浏览 Kibana。",
"home.tutorial.card.sampleDataTitle": "样例数据",
"home.tutorial.elasticCloudButtonLabel": "Elastic Cloud",
"home.tutorial.instruction_variant.fleet": "Fleet 中的 Elastic APM公测版",
"home.tutorial.instruction.copyButtonLabel": "复制代码片段",
"home.tutorial.instructionSet.checkStatusButtonLabel": "检查状态",
"home.tutorial.instructionSet.customizeLabel": "定制您的代码片段",
@ -7042,7 +7041,6 @@
"xpack.apm.tutorial.apmServer.fleet.apmIntegration.button": "APM 集成",
"xpack.apm.tutorial.apmServer.fleet.manageApmIntegration.button": "在 Fleet 中管理 APM 集成",
"xpack.apm.tutorial.apmServer.fleet.message": "APM 集成安装用于 APM 数据的 Elasticsearch 模板和采集节点管道。",
"xpack.apm.tutorial.apmServer.fleet.title": "现在 Fleet 中包含 Elastic APM公测版",
"xpack.apm.tutorial.apmServer.statusCheck.btnLabel": "检查 APM Server 状态",
"xpack.apm.tutorial.apmServer.statusCheck.errorMessage": "未检测到任何 APM Server。请确保其正在运行并且您已升级到 7.0 或更高版本。",
"xpack.apm.tutorial.apmServer.statusCheck.successMessage": "您已正确设置 APM Server",