mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Rename Visual Builder to TSVB (#39125)
* Rename Visual Builder to TSVB * A, B, C, D, E, F, G ...
This commit is contained in:
parent
260d907f90
commit
b550bfd810
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ export function MetricsVisProvider(Private) {
|
|||
|
||||
return VisFactory.createReactVisualization({
|
||||
name: 'metrics',
|
||||
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Timeseries' }),
|
||||
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'TSVB' }),
|
||||
description: i18n.translate('tsvb.kbnVisTypes.metricsDescription', {
|
||||
defaultMessage: 'Build time-series using a visual pipeline interface',
|
||||
}),
|
||||
|
|
|
@ -44,9 +44,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
'Metric',
|
||||
'Pie',
|
||||
'Region Map',
|
||||
'TSVB',
|
||||
'Tag Cloud',
|
||||
'Timelion',
|
||||
'Timeseries',
|
||||
'Vega',
|
||||
'Vertical Bar',
|
||||
];
|
||||
|
|
|
@ -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 Timeseries, Timelion,
|
||||
They are not supported in advanced features, such as TSVB, Timelion,
|
||||
and Machine Learning.
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue