mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
2cfca17418
commit
3ba56cc744
5 changed files with 3 additions and 5 deletions
|
@ -36,7 +36,7 @@ export function MetricsVisProvider(Private) {
|
|||
|
||||
return VisFactory.createReactVisualization({
|
||||
name: 'metrics',
|
||||
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Visual Builder' }),
|
||||
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Timeseries' }),
|
||||
description: i18n.translate('tsvb.kbnVisTypes.metricsDescription', {
|
||||
defaultMessage: 'Build time-series using a visual pipeline interface',
|
||||
}),
|
||||
|
|
|
@ -46,9 +46,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
'Region Map',
|
||||
'Tag Cloud',
|
||||
'Timelion',
|
||||
'Timeseries',
|
||||
'Vega',
|
||||
'Vertical Bar',
|
||||
'Visual Builder',
|
||||
];
|
||||
|
||||
// find all the chart types and make sure there all there
|
||||
|
|
|
@ -19,7 +19,7 @@ export const RollupPrompt = () => (
|
|||
<p>
|
||||
Kibana's support for rollup index patterns is in beta. You might encounter
|
||||
issues using these patterns in saved searches, visualizations, and dashboards.
|
||||
They are not supported in advanced features, such as Visual Builder, Timelion,
|
||||
They are not supported in advanced features, such as Timeseries, Timelion,
|
||||
and Machine Learning.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -3253,7 +3253,6 @@
|
|||
"tsvb.indexPattern.timeFieldLabel": "時間フィールド",
|
||||
"tsvb.indexPatternLabel": "インデックスパターン",
|
||||
"tsvb.kbnVisTypes.metricsDescription": "ビジュアルパイプラインインターフェースを使用して時間数列を作成します",
|
||||
"tsvb.kbnVisTypes.metricsTitle": "ビジュアルビルダー",
|
||||
"tsvb.markdown.alignOptions.bottomLabel": "一番下",
|
||||
"tsvb.markdown.alignOptions.middleLabel": "真ん中",
|
||||
"tsvb.markdown.alignOptions.topLabel": "一番上",
|
||||
|
|
|
@ -3263,7 +3263,6 @@
|
|||
"tsvb.indexPattern.timeFieldLabel": "时间字段",
|
||||
"tsvb.indexPatternLabel": "索引模式",
|
||||
"tsvb.kbnVisTypes.metricsDescription": "使用可视化管道界面构建时间序列",
|
||||
"tsvb.kbnVisTypes.metricsTitle": "Visual Builder",
|
||||
"tsvb.markdown.alignOptions.bottomLabel": "下",
|
||||
"tsvb.markdown.alignOptions.middleLabel": "中",
|
||||
"tsvb.markdown.alignOptions.topLabel": "上",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue