Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Rename Visual Builder to TSVB (#39125) #39157

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_chart_types.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export default function ({ getService, getPageObjects }) {
'Metric',
'Pie',
'Region Map',
'TSVB',
'Tag Cloud',
'Timelion',
'Timeseries',
'Vega',
'Vertical Bar',
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const RollupPrompt = () => (
<p>
Kibana&apos;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>
Expand Down