Skip to content
Merged
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