Skip to content

Commit

Permalink
[APM] Removes the beta label from APM tutorial (#111499) (#111828) (#…
Browse files Browse the repository at this point in the history
…111870)

Co-authored-by: Oliver Gupte <ogupte@users.noreply.github.com>
  • Loading branch information
kibanamachine and ogupte authored Sep 12, 2021
1 parent 6611452 commit e3df746
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/plugins/home/common/instruction_variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,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": "コードスニペットのカスタマイズ",
Expand Down Expand Up @@ -7088,7 +7087,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 が正しくセットアップされました",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,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": "定制您的代码片段",
Expand Down Expand Up @@ -7147,7 +7146,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",
Expand Down

0 comments on commit e3df746

Please sign in to comment.