Skip to content

Commit

Permalink
[Stack Monitoring] Removes beta icon from logstash pipeline (#131752)
Browse files Browse the repository at this point in the history
* Removes beta icon from logstash pipeline and translations

* removes 'beta' from aria-label

Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Mat Schaffer <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2022
1 parent b509d24 commit 4fc57a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
EuiDescriptionListTitle,
EuiDescriptionListDescription,
EuiHorizontalRule,
EuiIconTip,
} from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n-react';
import { i18n } from '@kbn/i18n';
Expand Down Expand Up @@ -216,7 +215,7 @@ export function LogstashPanel(props) {
aria-label={i18n.translate(
'xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel',
{
defaultMessage: 'Logstash Pipelines (beta feature): {pipelineCount}',
defaultMessage: 'Logstash Pipelines: {pipelineCount}',
values: { pipelineCount: props.pipeline_count },
}
)}
Expand All @@ -236,19 +235,6 @@ export function LogstashPanel(props) {
</h3>
</EuiTitle>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiIconTip
content={i18n.translate(
'xpack.monitoring.cluster.overview.logstashPanel.betaFeatureTooltip',
{
defaultMessage: 'Beta feature',
}
)}
position="bottom"
type="beaker"
aria-label="Beta feature"
/>
</EuiFlexItem>
</EuiFlexGroup>
<EuiHorizontalRule margin="m" />
<EuiDescriptionList type="column">
Expand Down
3 changes: 1 addition & 2 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -20942,7 +20942,6 @@
"xpack.monitoring.cluster.overview.kibanaPanel.requestsLabel": "Requêtes",
"xpack.monitoring.cluster.overview.logsPanel.logTypeTitle": "{type}",
"xpack.monitoring.cluster.overview.logsPanel.noLogsFound": "Aucun log trouvé.",
"xpack.monitoring.cluster.overview.logstashPanel.betaFeatureTooltip": "Fonctionnalité bêta",
"xpack.monitoring.cluster.overview.logstashPanel.eventsEmittedLabel": "Événements émis",
"xpack.monitoring.cluster.overview.logstashPanel.eventsReceivedLabel": "Événements reçus",
"xpack.monitoring.cluster.overview.logstashPanel.jvmHeapLabel": "Tas {javaVirtualMachine}",
Expand All @@ -20951,7 +20950,7 @@
"xpack.monitoring.cluster.overview.logstashPanel.nodesCountLinkLabel": "Nœuds : {nodesCount}",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkAriaLabel": "Aperçu Logstash",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkLabel": "Aperçu",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Pipelines Logstash (fonctionnalité bêta) : {pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Pipelines Logstash : {pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelinesCountLinkLabel": "Pipelines : {pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.uptimeLabel": "Uptime",
"xpack.monitoring.cluster.overview.logstashPanel.withMemoryQueuesLabel": "Avec files d'attente en mémoire",
Expand Down
3 changes: 1 addition & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -20929,7 +20929,6 @@
"xpack.monitoring.cluster.overview.kibanaPanel.requestsLabel": "リクエスト",
"xpack.monitoring.cluster.overview.logsPanel.logTypeTitle": "{type}",
"xpack.monitoring.cluster.overview.logsPanel.noLogsFound": "ログが見つかりませんでした。",
"xpack.monitoring.cluster.overview.logstashPanel.betaFeatureTooltip": "ベータ機能",
"xpack.monitoring.cluster.overview.logstashPanel.eventsEmittedLabel": "送信イベント",
"xpack.monitoring.cluster.overview.logstashPanel.eventsReceivedLabel": "受信イベント",
"xpack.monitoring.cluster.overview.logstashPanel.jvmHeapLabel": "{javaVirtualMachine}ヒープ",
Expand All @@ -20938,7 +20937,7 @@
"xpack.monitoring.cluster.overview.logstashPanel.nodesCountLinkLabel": "ノード:{nodesCount}",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkAriaLabel": "Logstash の概要",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkLabel": "概要",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Logstash パイプライン(ベータ機能):{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Logstash パイプライン:{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelinesCountLinkLabel": "パイプライン:{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.uptimeLabel": "アップタイム",
"xpack.monitoring.cluster.overview.logstashPanel.withMemoryQueuesLabel": "メモリーキューあり",
Expand Down
3 changes: 1 addition & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -20953,7 +20953,6 @@
"xpack.monitoring.cluster.overview.kibanaPanel.requestsLabel": "请求",
"xpack.monitoring.cluster.overview.logsPanel.logTypeTitle": "{type}",
"xpack.monitoring.cluster.overview.logsPanel.noLogsFound": "未找到任何日志。",
"xpack.monitoring.cluster.overview.logstashPanel.betaFeatureTooltip": "公测版功能",
"xpack.monitoring.cluster.overview.logstashPanel.eventsEmittedLabel": "已发出事件",
"xpack.monitoring.cluster.overview.logstashPanel.eventsReceivedLabel": "已接收事件",
"xpack.monitoring.cluster.overview.logstashPanel.jvmHeapLabel": "{javaVirtualMachine} 堆",
Expand All @@ -20962,7 +20961,7 @@
"xpack.monitoring.cluster.overview.logstashPanel.nodesCountLinkLabel": "节点:{nodesCount}",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkAriaLabel": "Logstash 概览",
"xpack.monitoring.cluster.overview.logstashPanel.overviewLinkLabel": "概览",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Logstash 管道(公测版功能):{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelineCountLinkAriaLabel": "Logstash 管道:{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.pipelinesCountLinkLabel": "管道:{pipelineCount}",
"xpack.monitoring.cluster.overview.logstashPanel.uptimeLabel": "运行时间",
"xpack.monitoring.cluster.overview.logstashPanel.withMemoryQueuesLabel": "内存队列",
Expand Down

0 comments on commit 4fc57a6

Please sign in to comment.